]> git.phdru.name Git - m_lib.git/blobdiff - setup.py
Build(devscripts/release): Disable progress bar for `twine`
[m_lib.git] / setup.py
index 083617bc99f5adafda81e31a32b58ea4dba000af..3175719aac24c94672f8dfa48618a3482a60dc08 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -10,11 +10,11 @@ setup(
     long_description_content_type="text/plain",
     author = "Oleg Broytman",
     author_email = "phd@phdru.name",
-    url = "http://phdru.name/Software/Python/#m_lib",
+    url = "https://phdru.name/Software/Python/#m_lib",
     project_urls={
-        'Homepage': 'http://phdru.name/Software/Python/#m_lib',
+        'Homepage': 'https://phdru.name/Software/Python/#m_lib',
         'Download': 'https://pypi.org/project/m_lib/',
-        'Git repo': 'http://git.phdru.name/m_lib.git/',
+        'Git repo': 'https://git.phdru.name/m_lib.git/',
     },
     license = "GPL",
     classifiers=[
@@ -29,6 +29,7 @@ setup(
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
+        'Programming Language :: Python :: 3.7',
         'Topic :: Software Development :: Libraries',
         'Topic :: Software Development :: Libraries :: Python Modules',
     ],