diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ author = Hernan E. Grecco author_email = hernan.grecco@gmail.com license = BSD description = Physical quantities module -long_description = file: README.rst, AUTHORS, CHANGES +long_description = file: README.rst keywords = physical, quantities, unit, conversion, science url = https://github.com/hgrecco/pint classifiers = @@ -30,6 +30,7 @@ python_requires = >=3.6 install_requires = setuptools setup_requires = setuptools; setuptools_scm test_suite = pint.testsuite.testsuite +scripts = pint/pint-convert [options.extras_require] numpy = numpy >= 1.14 @@ -74,4 +75,4 @@ use_parentheses=True line_length=88 [zest.releaser] -python-file-with-version = version.py
\ No newline at end of file +python-file-with-version = version.py |
