Skip to content

Commit

Permalink
update release script and classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Bender committed Jan 29, 2020
1 parent 5c7da58 commit d832f84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion release_to_pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rm -Rfv build/
# python2.5 setup.py bdist_egg
# rm -Rfv build/

for version in 2.7 3.4 3.5 3.6 3.7; do
for version in 2.7 3.4 3.5 3.6 3.7 3.8; do
if [ -a "`which python$version`" ]; then
python$version setup.py bdist_egg
python$version setup.py bdist_wheel
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],

setup_requires=setup_requirements,
Expand Down

0 comments on commit d832f84

Please sign in to comment.