Skip to content

Commit 87f9465

Browse files
committed
release 1.0.0
1 parent 080b957 commit 87f9465

File tree

4 files changed

+2
-24
lines changed

4 files changed

+2
-24
lines changed

LICENSE.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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": [],

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)