Skip to content

Commit

Permalink
add GitHub URL for PyPi (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyor committed Apr 2, 2022
1 parent 004c826 commit 6d6e8c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ def find_package_data(where='.', package='',
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'),
Expand Down

0 comments on commit 6d6e8c2

Please sign in to comment.