Skip to content
Snippets Groups Projects
Commit 7b66dbe8 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

add ldv_migrate script

parent 5cdc3eb6
No related branches found
No related tags found
1 merge request!8Add ldv_migrate script
...@@ -15,9 +15,5 @@ setup(name='ldvspec-migration', ...@@ -15,9 +15,5 @@ setup(name='ldvspec-migration',
packages=find_packages(), packages=find_packages(),
py_modules = ['connection', 'ldv_migrate.connection'], py_modules = ['connection', 'ldv_migrate.connection'],
include_package_data=True, include_package_data=True,
# entry_points={
# 'console_scripts': [
# 'ldv_migrate=ldv_migrate.migrate_ldvadmin_to_ldvspec:main',
# ],
# },
) )
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment