Skip to content

Commit

Permalink
updated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Mar 14, 2018
1 parent d218972 commit a08e81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ include clam/wrappers/*.py
include clam/wrappers/*.sh
include clam/config/*.wsgi
include clam/config/*.yml
include clam/tests/*.yml
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def read(fname):
'clamclient = clam.clamclient:main'
]
},
package_data = {'clam':['static/*.*','static/custom/*','static/tableimages/*','templates/*','style/*','clients/*.py','tests/*.py','wrappers/*.sh','config/*.wsgi'] },
package_data = {'clam':['static/*.*','static/custom/*','static/tableimages/*','templates/*','style/*','clients/*.py','tests/*.py','tests/*.yml','wrappers/*.sh','config/*.wsgi'] },
include_package_data=True,
install_requires=['flask >= 0.10','lxml >= 2.2','requests','requests_oauthlib','requests_toolbelt','pycrypto','certifi', 'pyyaml']
)

0 comments on commit a08e81f

Please sign in to comment.