change repository to sourcehut
1 files changed, 4 insertions(+), 5 deletions(-)

M setup.py
M setup.py +4 -5
@@ 43,8 43,8 @@ setuptools.setup(
     description=("Django integration with Google Drive API"),
     license="LICENSE.txt",
     keywords="django google drive api googledrive",
-    url="https://bitbucket.org/bashell-com/django-googledrive-api",
-    download_url="https://bitbucket.org/bashell-com/django-googledrive-api/get/%s.zip" % __version__,
+    url="https://hg.sr.ht/~cwt/django-googledrive-api",
+    download_url="https://hg.sr.ht/~cwt/django-googledrive-api/archive/%s.tar.gz" % __version__,
     packages=setuptools.find_packages(exclude=["django_googledrive_api", "googledriveapi.tests", "docs"]),
     long_description=long_description,
     package_data={

          
@@ 57,9 57,8 @@ setuptools.setup(
         "Development Status :: 4 - Beta",
         "Framework :: Django",
         "License :: OSI Approved :: BSD License",
-        "Programming Language :: Python :: 2.7",
-        "Programming Language :: Python :: 3.4",
-        "Programming Language :: Python :: 3.5",
         "Programming Language :: Python :: 3.6"
+        "Programming Language :: Python :: 3.7"
+        "Programming Language :: Python :: 3.8"
     ],
 )