Skip to content

Commit

Permalink
Ensured templates are shipped in setup package #34
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 4, 2015
1 parent 151c4b0 commit 1a92a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include AUTHORS LICENSE README.rst requirements.txt
recursive-include tests *
recursive-include netjsonconfig *
recursive-exclude * *.pyc *.swp
recursive-exclude * __pycache__
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def get_install_requires():
download_url='https://github.com/openwisp/netjsonconfig/releases',
keywords=['openwrt', 'openwisp', 'netjson', 'networking'],
packages=find_packages(exclude=['tests', 'tests.*', 'docs', 'docs.*']),
include_package_data=True,
zip_safe=False,
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 1a92a16

Please sign in to comment.