Skip to content

Commit 7484200

Browse files
committed
2.0.0
fixed spexygen.py deployment to PyPi
1 parent a475755 commit 7484200

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

deploy.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
twine check dist/*
2525

2626
:: upload to PyPi -- skip for now
27-
:: twine upload dist/*
27+
twine upload dist/* --verbose
2828

2929
:: copy/rename the "wheel" to the current dir
3030
@cp dist/%PROJ%-*.tar.gz %PROJ%.tar.gz

setup.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@
2222
entry_points={"console_scripts": ["spexygen = spexygen:main"]},
2323
classifiers=["Development Status :: 4 - Beta",
2424
"Intended Audience :: Developers",
25-
"Topic :: Topic :: Software Development :: Documentation",
26-
"License :: License :: OSI Approved :: MIT License",
25+
"Topic :: Software Development :: Documentation",
26+
"License :: OSI Approved :: MIT License",
2727
"Operating System :: Microsoft :: Windows",
2828
"Operating System :: POSIX :: Linux",
2929
"Operating System :: MacOS :: MacOS X",
3030
"Programming Language :: Python",
31-
"Programming Language :: Python :: 3",
32-
"Programming Language :: C",
33-
"Programming Language :: C++"],
31+
"Programming Language :: Python :: 3"],
3432
)

0 commit comments

Comments
 (0)