Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Gonzalez committed Sep 16, 2015
1 parent 315eb39 commit 10ebf95
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
version = '0.1'

setup(
name = 'django-staticfiles-webpack',
name = 'django-staticfiles-webpack-dev',
packages = ['webpack'],
version = version,
description = 'Support for loading Webpack hashed files in Django templates via the static files app.',
author = 'Rocco Schulz',
author_email = 'rocco@is-gr8.com',
url = 'https://github.com/schocco/django-staticfiles-webpack',
download_url = 'https://github.com/schocco/django-staticfiles-webpack/webpack/tarball/{}'.format(version),
keywords = ['django', 'webpack', 'assets', 'build', 'static'],
description = 'Support for loading webpack-dev-server served files in Django templates via the static files app.',
author = 'Ryan Gonzalez, Rocco Schulz',
author_email = 'ryan@ionizedmedia.com',
url = 'https://github.com/ryngonzalez/django-staticfiles-webpack-dev',
download_url = 'https://github.com/ryngonzalez/django-staticfiles-webpack-dev/webpack/tarball/{}'.format(version),
keywords = ['django', 'webpack', 'assets', 'build', 'static', 'webpack-dev-server'],
classifiers = [
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Framework :: Django',
'Environment :: Web Environment',
'License :: OSI Approved :: MIT License',
],
)
)

0 comments on commit 10ebf95

Please sign in to comment.