We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7da516 + cacf440 commit 176de01Copy full SHA for 176de01
setup.py
@@ -6,11 +6,11 @@
6
description='A Django app useful for inlining CSS (primarily for e-mails)',
7
long_description=open('README.md').read(),
8
author='Philip Kimmey',
9
- maintainer='Steve Jalim',
10
- maintainer_email='steve@somefantastic.co.uk',
+ maintainer='Philip Kimmey',
+ maintainer_email='philip@rover.com',
11
license='BSD',
12
- url='https://github.com/stevejalim/django-inlinecss',
13
- download_url='https://github.com/stevejalim/django-inlinecss/downloads',
+ url='https://github.com/roverdotcom/django-inlinecss',
+ download_url='https://github.com/roverdotcom/django-inlinecss/releases',
14
packages=find_packages(),
15
include_package_data=True,
16
zip_safe=False,
0 commit comments