Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monim67 committed Mar 7, 2019
1 parent 080b957 commit 87f9465
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
21 changes: 0 additions & 21 deletions LICENSE.md

This file was deleted.

1 change: 0 additions & 1 deletion README.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:travis": "coverage run --source=flatpickr runtests.py",
"coverage": "coverage run --source=flatpickr runtests.py && coverage report",
"build": "python setup.py sdist bdist_wheel",
"publish": "twine upload dist/*",
"publish:pypi": "twine upload dist/*",
"publish:test": "twine upload --repository testpypi dist/*"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def readme():
'Topic :: Utilities',
'Environment :: Web Environment',
'Operating System :: OS Independent',
'License :: OSI Approved :: MIT Software License',
'License :: OSI Approved :: MIT License',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 87f9465

Please sign in to comment.