Skip to content

Commit c93bfa1

Browse files
author
Roland Hedberg
committed
Added merge_metadata.py to scripts to be installed.
1 parent d837b7b commit c93bfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def run_tests(self):
8787
"Topic :: Software Development :: Libraries :: Python Modules"],
8888

8989
scripts=["tools/parse_xsd2.py", "tools/make_metadata.py",
90-
"tools/mdexport.py"],
90+
"tools/mdexport.py", "tools/merge_metadata.py"],
9191

9292
tests_require=tests_require,
9393
extras_require={

0 commit comments

Comments
 (0)