Add entry_point, remove setuptools_scm

This commit is contained in:
Jacob Hinkle 2022-09-18 19:43:28 -04:00
parent 10f5fac0e7
commit 9a757da130

View File

@ -4,11 +4,11 @@ author = Jacob Hinkle
author_email = hinklejd@ornl.gov author_email = hinklejd@ornl.gov
url = https://code.ornl.gov/4jh/nancy url = https://code.ornl.gov/4jh/nancy
keywords = data-science workflows reproducibility provenance keywords = data-science workflows reproducibility provenance
version = attr: setuptools_scm.get_version version = attr:nancy.__version__
[tool:pytest] [tool:pytest]
testpaths = tests testpaths = tests
addopts = --verbose --cov nancy/ addopts = --verbose
[aliases] [aliases]
test=pytest test=pytest
@ -17,16 +17,15 @@ test=pytest
packages = packages =
nancy nancy
install_requires = install_requires =
click
dill dill
setup_requires =
setuptools_scm
tests_require = tests_require =
coverage
pytest pytest
pytest-cov
pytest-runner
python_requires = >=3.7 python_requires = >=3.7
use_scm_version = True
[options.entry_points]
console_scripts =
nancy = nancy.__main__:main
[options.package_data] [options.package_data]
nancy = nancy =