Skip to content
Snippets Groups Projects
Commit a00ebdff authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: Re-enable caosdb_admin.py

parent 959795bd
No related branches found
No related tags found
2 merge requests!114Helper MR,!112LinkAhead rename lvl 0
......@@ -188,7 +188,10 @@ def setup_package():
package_data={
'linkahead': ['cert/indiscale.ca.crt', 'schema-pycaosdb-ini.yml'],
},
scripts=["src/linkahead/utils/linkahead_admin.py"]
scripts=[
"src/linkahead/utils/caosdb_admin.py",
"src/linkahead/utils/linkahead_admin.py"
]
)
try:
setup(**metadata)
......
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