summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2020-02-21 23:41:43 -0300
committerGitHub <noreply@github.com>2020-02-21 23:41:43 -0300
commit78b1e52958a326cba4983c3ef84016756274c92c (patch)
treedfcaa026318ffb0c06fc82729955da8479c581c2 /setup.cfg
parent36ebb0f0e280bbb5b1cd32475e4b13d0222a371c (diff)
parent92dc58e7b1de6a7ad0aaaad48f63490a80e1d82d (diff)
downloadpint-_decimal.tar.gz
Merge branch 'master' into _decimal_decimal
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index a95b2ca..2777599 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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