Skip to content

Commit

Permalink
Fixed setup.py and added MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Angeletti committed Nov 9, 2012
1 parent 3fbf48d commit 467ce86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@

setup(
name = 'adgeletti',
description = """A truely plugable Django app, providing easy integration
of Google DFP responsive-ready ad displaying into your website.""",
description = ('A truely plugable Django app, providing easy integration '
'of Google GPT ad displaying into your website.'),
version = version,
author = 'Jeff.Ober and Michael.Angeletti @ CMG Digital [dot] com',
url = 'http://github.com/orokusaki/adgeletti/',
packages=['adgeletti'],
package_data={'adgeletti': ['static/adgeletti/*', 'templatetags/*.py']},
classifiers = [
'Environment :: Web Environment',
'Framework :: Django',
Expand Down

0 comments on commit 467ce86

Please sign in to comment.