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.
2 parents 2566337 + 9ed6e71 commit ec100a8Copy full SHA for ec100a8
setup.cfg
@@ -1,6 +1,3 @@
1
-[egg_info]
2
-tag_svn_revision = false
3
-
4
[flake8]
5
exclude = .tox,venv,conf.py
6
ignore = E203,W503,W601
setup.py
@@ -42,6 +42,7 @@ def readall(path):
42
"Programming Language :: Python :: 3.5",
43
"Programming Language :: Python :: 3.6",
44
"Programming Language :: Python :: 3.7",
45
+ "Programming Language :: Python :: 3.8",
46
"Topic :: Software Development :: Libraries :: Python Modules",
47
],
48
)
0 commit comments