Skip to content

Commit

Permalink
Fixup setup.cfg
Browse files Browse the repository at this point in the history
Drop 3.4 & 3.5 support.

Add python_requires.
  • Loading branch information
jdufresne committed Jul 10, 2021
1 parent e0dc436 commit 6953c2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ classifiers =
Operating System :: POSIX :: BSD :: OpenBSD
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Expand All @@ -32,6 +30,7 @@ classifiers =

[options]
py_modules = distro
python_requires = >=3.6

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 6953c2c

Please sign in to comment.