Skip to content
Snippets Groups Projects
Verified Commit 0f7d9a14 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Fix linter issues

parent 773e8bf2
No related branches found
No related tags found
No related merge requests found
"""
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")
......@@ -6,3 +6,4 @@ Module description
"""
__version__ = "0.0.0" # Also change in setup.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment