We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0928808 commit 37e46daCopy full SHA for 37e46da
setup.py
@@ -38,8 +38,13 @@
38
"Topic :: Software Development :: Libraries",
39
"Topic :: Utilities",
40
"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()],
+ "Programming Language :: Python :: 3",
+ "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
+ ],
48
install_requires=[
49
"inflection",
50
"factory_boy>=2.10.0",
0 commit comments