summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrii Oriekhov <andriyorehov@gmail.com>2022-04-03 01:32:47 +0300
committerGitHub <noreply@github.com>2022-04-03 00:32:47 +0200
commit6d6e8c2bb09f0dccabf5e043dd789ae33daf15f6 (patch)
tree4264ba94e581049a330a8e3f080e4d89b335c861
parent004c82691bac1f50c04225bf40f0e3c00ad1c2e6 (diff)
downloaddjango-compressor-6d6e8c2bb09f0dccabf5e043dd789ae33daf15f6.tar.gz
add GitHub URL for PyPi (#1104)
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d8806de..f9558a9 100644
--- a/setup.py
+++ b/setup.py
@@ -117,6 +117,9 @@ setup(
name="django_compressor",
version=find_version("compressor", "__init__.py"),
url='https://django-compressor.readthedocs.io/en/latest/',
+ project_urls={
+ 'Source': 'https://github.com/django-compressor/django-compressor',
+ },
license='MIT',
description="Compresses linked and inline JavaScript or CSS into single cached files.",
long_description=read('README.rst'),