Skip to content
Snippets Groups Projects
Verified Commit 84ecad43 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: loadFiles as script.

parent 87114524
No related branches found
No related tags found
2 merge requests!107Release v0.11.0,!105Fix linting
......@@ -166,10 +166,18 @@ def setup_package():
extras_require={"h5-crawler": ["h5py>=3.3.0", ],
"gitignore-parser": ["gitignore-parser >=0.1.0", ],
},
setup_requires=["pytest-runner>=2.0,<3dev"],
tests_require=["pytest",
"pytest-pythonpath",
"pytest-cov",
"coverage>=4.4.2",
],
packages=find_packages('src'),
package_dir={'': 'src'},
setup_requires=["pytest-runner>=2.0,<3dev"],
tests_require=["pytest", "pytest-pythonpath", "pytest-cov", "coverage>=4.4.2"],
entry_points={"console_scripts": [
"loadFiles = caosadvancedtools.loadFiles:main",
]
},
)
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