Skip to content

Commit 37e46da

Browse files
committed
Add python 3.8 to the setup.py tags
1 parent 0928808 commit 37e46da

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,13 @@
3838
"Topic :: Software Development :: Libraries",
3939
"Topic :: Utilities",
4040
"Programming Language :: Python :: 2",
41-
"Programming Language :: Python :: 3"
42-
] + [("Programming Language :: Python :: %s" % x) for x in "2.7 3.5 3.6 3.7".split()],
41+
"Programming Language :: Python :: 3",
42+
"Programming Language :: Python :: 2.7",
43+
"Programming Language :: Python :: 3.5",
44+
"Programming Language :: Python :: 3.6",
45+
"Programming Language :: Python :: 3.7",
46+
"Programming Language :: Python :: 3.8",
47+
],
4348
install_requires=[
4449
"inflection",
4550
"factory_boy>=2.10.0",

0 commit comments

Comments
 (0)