Skip to content

Commit

Permalink
Made a few changes to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmuss committed Jul 2, 2012
1 parent 88daf47 commit 4e3fb3e
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
@@ -1,4 +1,4 @@
from setuptools import setup
from setuptools import setup, find_packages
import ios_notifications
import os

Expand All @@ -11,7 +11,8 @@
long_description=open(os.path.join(os.path.dirname(__file__), 'README.md')).read(),
url='https://github.com/stephenmuss/django-ios-notifications',
license='BSD License',
packages=['ios_notifications'],
packages=find_packages(),
include_package_data=True,
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
Expand Down

0 comments on commit 4e3fb3e

Please sign in to comment.