File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2424twine 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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments