summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMathieu Pillard <mpillard@mozilla.com>2022-04-23 12:19:10 +0200
committerMathieu Pillard <mpillard@mozilla.com>2022-04-23 12:19:10 +0200
commit2961561b9b8bf43d48d190776db9e097548ab0a5 (patch)
tree1d9cc8c6aaca13a19e096192ad5f359eba786d1c /setup.py
parenteadb2f553d131b5bb8fff17dfe38f127b367c616 (diff)
parent3be5bf6bae72acaca1defcf18c53ac49aadb52cb (diff)
downloaddjango-compressor-4.0.tar.gz
Merge branch 'develop'4.0
Diffstat (limited to 'setup.py')
-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'),