Skip to content

Commit d1d7235

Browse files
committed
Final improvements before uploading v5.0 to PyPi
Add proper Python classifiers. Test with Python 3.9 in CI.
1 parent 39a44f3 commit d1d7235

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- 3.6
44
- 3.7 # Debian Buster
55
- 3.8
6+
- 3.9
67
- nightly
78

89
install:

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[metadata]
2-
long_description=file: README.md
3-
long_description_content_type=text/markdown
2+
long_description = file:README.md
3+
long_description_content_type = text/markdown

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
"Topic :: Software Development :: Code Generators",
3535
"Development Status :: 5 - Production/Stable",
3636
"License :: OSI Approved :: MIT License",
37+
"Programming Language :: Python",
38+
"Programming Language :: Python :: 3",
39+
"Programming Language :: Python :: 3 :: Only",
40+
"Programming Language :: Python :: 3.6",
41+
"Programming Language :: Python :: 3.7",
42+
"Programming Language :: Python :: 3.8",
43+
"Programming Language :: Python :: 3.9",
3744
],
3845
url="https://github.com/kblomqvist/yasha",
3946
download_url="https://github.com/kblomqvist/yasha/tarball/" + __version__,

0 commit comments

Comments
 (0)