Skip to content

Commit ec100a8

Browse files
committed
Merge remote-tracking branch 'origin/master'
* origin/master: Add trove classifier for Python 3.8 support Remove outdated tag_svn_revision from setup.cfg
2 parents 2566337 + 9ed6e71 commit ec100a8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[egg_info]
2-
tag_svn_revision = false
3-
41
[flake8]
52
exclude = .tox,venv,conf.py
63
ignore = E203,W503,W601

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def readall(path):
4242
"Programming Language :: Python :: 3.5",
4343
"Programming Language :: Python :: 3.6",
4444
"Programming Language :: Python :: 3.7",
45+
"Programming Language :: Python :: 3.8",
4546
"Topic :: Software Development :: Libraries :: Python Modules",
4647
],
4748
)

0 commit comments

Comments
 (0)