Skip to content

Commit

Permalink
setup.py fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jan 26, 2020
1 parent b30fbf6 commit 2cd9fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webservice/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
],
package_data = {'tscanservice':['tscanservice/*.wsgi','tscanservice/*.yml'] },
package_data = {'tscanservice':['*.wsgi','*.yml'] },
include_package_data=True,
install_requires=['CLAM >= 3.0']
)

0 comments on commit 2cd9fbc

Please sign in to comment.