Skip to content

Commit

Permalink
Include JS file in sdist.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Mar 27, 2012
1 parent 3b3a330 commit 7314796
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ test.db
/dist/
/django_browserid.egg-info/
docs/_build
MANIFEST
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ include CHANGELOG.rst
include LICENSE
include README.rst
include requirements.txt
recursive-include django_browserid/static/browserid *.js
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup
from distutils.core import setup

setup(
name='django-browserid',
Expand All @@ -7,5 +7,5 @@
author="Paul Osman",
author_email="paul@mozillafoundation.org",
install_requires="requests==0.9.1",
include_package_data=True
package_data={"django_browserid": ["static/browserid/*.js"]},
)

0 comments on commit 7314796

Please sign in to comment.