1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

Version bump: v0.2.5. PyPI: update setup.py metadata. Debian: added --yes option for debmake

This commit is contained in:
Bumsik Kim 2018-08-22 14:07:25 -04:00
parent facb96ca19
commit f62fa66f51
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
5 changed files with 19 additions and 12 deletions

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.2.4', # Required
version='0.2.5', # Required
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
@ -107,8 +107,8 @@ setup(
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
# Environment
'Environment :: X11 Applications',
@ -116,8 +116,7 @@ setup(
'Operating System :: POSIX :: Linux',
# Framework used
'Framework :: Twisted',
# 'Framework :: AsyncIO',
'Framework :: AsyncIO',
],
# This field adds keywords for your project which will appear on the