diff options
| author | Mathieu Pillard <mpillard@mozilla.com> | 2022-04-23 12:19:10 +0200 |
|---|---|---|
| committer | Mathieu Pillard <mpillard@mozilla.com> | 2022-04-23 12:19:10 +0200 |
| commit | 2961561b9b8bf43d48d190776db9e097548ab0a5 (patch) | |
| tree | 1d9cc8c6aaca13a19e096192ad5f359eba786d1c /setup.py | |
| parent | eadb2f553d131b5bb8fff17dfe38f127b367c616 (diff) | |
| parent | 3be5bf6bae72acaca1defcf18c53ac49aadb52cb (diff) | |
| download | django-compressor-4.0.tar.gz | |
Merge branch 'develop'4.0
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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'), |
