Skip to content

Commit

Permalink
Add MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Todic committed Sep 9, 2016
1 parent 7074f5a commit e78e8f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,6 @@
# Misc
include README.rst
include LICENSE

# Testing
recursive-include demo *.html
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='django-unload',
version='0.3',
version='0.3.1',
url="https://github.com/Styria-Digital/django-unload",
author='Styria Digital Services',
description='Remove unused custom Django template tags and filters',
Expand All @@ -16,6 +16,7 @@
packages=find_packages(),
include_package_data=True,
zip_safe=False,
keywords='django template tag filter',
install_requires=[
'django>=1.8, <1.9',
'tabulate==0.7.5',
Expand Down

0 comments on commit e78e8f6

Please sign in to comment.