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.
1 parent 70b0af5 commit d06c218Copy full SHA for d06c218
setup.py
@@ -13,10 +13,9 @@
13
author='Jason Goldstein',
14
author_email='[email protected]',
15
url='https://github.com/theatlantic/django-autosave',
16
- packages=['autosave', ],
17
- package_data={ 'autosave': ['static/*',] },
+ packages=find_packages(),
+ package_data={ 'autosave': ['static/autosave/js/*',] },
18
description='Generic autosave for the Django Admin.',
19
- long_description=open('README.md').read(),
20
classifiers=[
21
'Environment :: Web Environment',
22
'Intended Audience :: Developers',
0 commit comments