diff --git a/setup.py b/setup.py index e3a4756f04d778b3003d7b823cfdae39424e77bf..bb7d80055cce34bcf8b29e5afe44675d69f3691e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ """ This script is used to install {{ PN }} and all its dependencies. Run - python setup.py install + python setup.py install or python3 setup.py install @@ -31,6 +31,6 @@ setup(name='{{ PN }}', author="Frank Sauerburger", author_email="frank@sauerburger.com", # keywords="physics value error uncertainty unit quantity", - license="MIT", classifiers=[], # https://pypi.org/classifiers/ -) + license="MIT") + diff --git a/{{ PN }}/__init__.py b/{{ PN }}/__init__.py index 16b53b170784d3350099ec882275bf2501fcb080..4de45a1d7da1ce332ed7bc432765c192ec90a50c 100644 --- a/{{ PN }}/__init__.py +++ b/{{ PN }}/__init__.py @@ -6,3 +6,4 @@ Module description """ __version__ = "0.0.0" # Also change in setup.py +