Skip to content
Snippets Groups Projects
Commit af1f0508 authored by Yves Noirjean's avatar Yves Noirjean
Browse files

fixed OBis build

parent 698e26ba
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,8 @@ setup(name='obis',
author='SIS | ID | ETH Zuerich',
author_email='chandrasekhar.ramakrishnan@id.ethz.ch',
license='BSD',
packages=['obis'],
packages=['obis', 'obis.dm', 'obis.scripts'],
package_data={'obis' : ['dm/git-annex-attributes']},
install_requires=[
'pytest',
'pybis',
......@@ -19,4 +20,4 @@ setup(name='obis',
[console_scripts]
obis=obis.scripts.cli:main
''',
zip_safe=True)
zip_safe=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment