mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-02 10:44:42 +00:00
Update setup.py to include static javascript files
This commit is contained in:
parent
d303a40832
commit
a24819aa8e
1 changed files with 20 additions and 20 deletions
40
setup.py
40
setup.py
|
|
@ -33,29 +33,29 @@ setup(name='django-notifications-hq',
|
|||
'notifications.templatetags',
|
||||
'notifications.migrations',
|
||||
'notifications.south_migrations'
|
||||
],
|
||||
],
|
||||
|
||||
package_data={'notifications': [
|
||||
'templates/notifications/*.html']},
|
||||
'templates/notifications/*.html', 'static/notifications/*.js']},
|
||||
|
||||
classifiers=[ 'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Web Environment',
|
||||
'Framework :: Django',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
# Specify the Python versions you support here. In particular, ensure
|
||||
# that you indicate whether you support Python 2, Python 3 or both.
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Topic :: Utilities'
|
||||
],
|
||||
classifiers=['Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Web Environment',
|
||||
'Framework :: Django',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
# Specify the Python versions you support here. In particular, ensure
|
||||
# that you indicate whether you support Python 2, Python 3 or both.
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Topic :: Utilities'
|
||||
],
|
||||
|
||||
keywords='django notifications github action event stream',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue