File tree Expand file tree Collapse file tree 4 files changed +2
-24
lines changed
Expand file tree Collapse file tree 4 files changed +2
-24
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1616 "test:travis" : " coverage run --source=flatpickr runtests.py" ,
1717 "coverage" : " coverage run --source=flatpickr runtests.py && coverage report" ,
1818 "build" : " python setup.py sdist bdist_wheel" ,
19- "publish" : " twine upload dist/*" ,
19+ "publish:pypi " : " twine upload dist/*" ,
2020 "publish:test" : " twine upload --repository testpypi dist/*"
2121 },
2222 "keywords" : [],
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def readme():
3434 'Topic :: Utilities' ,
3535 'Environment :: Web Environment' ,
3636 'Operating System :: OS Independent' ,
37- 'License :: OSI Approved :: MIT Software License' ,
37+ 'License :: OSI Approved :: MIT License' ,
3838 'Development Status :: 5 - Production/Stable' ,
3939 'Programming Language :: Python' ,
4040 'Programming Language :: Python :: 3' ,
You can’t perform that action at this time.
0 commit comments