Skip to content

Commit

Permalink
Merge pull request #5 from roverdotcom/me-as-maintainer
Browse files Browse the repository at this point in the history
[setup.py] Set myself to be maintainer
  • Loading branch information
philipkimmey committed Oct 15, 2013
2 parents c7da516 + cacf440 commit 176de01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
description='A Django app useful for inlining CSS (primarily for e-mails)',
long_description=open('README.md').read(),
author='Philip Kimmey',
maintainer='Steve Jalim',
maintainer_email='[email protected]',
maintainer='Philip Kimmey',
maintainer_email='[email protected]',
license='BSD',
url='https://github.com/stevejalim/django-inlinecss',
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',
packages=find_packages(),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 176de01

Please sign in to comment.