diff options
| author | Hernan Grecco <hernan.grecco@gmail.com> | 2020-02-21 23:41:43 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-21 23:41:43 -0300 |
| commit | 78b1e52958a326cba4983c3ef84016756274c92c (patch) | |
| tree | dfcaa026318ffb0c06fc82729955da8479c581c2 /setup.cfg | |
| parent | 36ebb0f0e280bbb5b1cd32475e4b13d0222a371c (diff) | |
| parent | 92dc58e7b1de6a7ad0aaaad48f63490a80e1d82d (diff) | |
| download | pint-_decimal.tar.gz | |
Merge branch 'master' into _decimal_decimal
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 |
