1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-12 11:21:53 +00:00

Fix for setup.py versioning

This commit is contained in:
Bumsik Kim 2018-05-20 21:56:17 -04:00
parent 75ba481175
commit 99936f6e00
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6

View file

@ -40,7 +40,7 @@ setup(
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.1.0', # Required
version='0.1.1', # Required
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
@ -67,7 +67,7 @@ setup(
#
# This field corresponds to the "Description-Content-Type" metadata field:
# https://packaging.python.org/specifications/core-metadata/#description-content-type-optional
long_description_content_type='text/markdown', # Optional (see note above)
long_description_content_type='text/markdown; charset=UTF-8; variant=GFM', # Optional (see note above)
# This should be a valid link to your project's main homepage.
#