Spaces:
Running
Running
updating setup file
Browse files
setup.py
CHANGED
@@ -18,6 +18,7 @@ setup(
|
|
18 |
url='https://github.com/lmu-dbs/gedi.git',
|
19 |
long_description=long_description,
|
20 |
long_description_content_type="text/markdown",
|
|
|
21 |
install_requires=[
|
22 |
'ConfigSpace==0.7.1',
|
23 |
'feeed==1.2.0',
|
|
|
18 |
url='https://github.com/lmu-dbs/gedi.git',
|
19 |
long_description=long_description,
|
20 |
long_description_content_type="text/markdown",
|
21 |
+
include_package_data=True,
|
22 |
install_requires=[
|
23 |
'ConfigSpace==0.7.1',
|
24 |
'feeed==1.2.0',
|