Skip to content

Commit

Permalink
Reformat setup.py to avoid twine error
Browse files Browse the repository at this point in the history
  • Loading branch information
gecoombs committed Apr 25, 2024
1 parent 1a76e56 commit de8a0e1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ def get_content(filename):
url="https://www.github.com/antarctica",
project_urls={
},
classifiers=[el.lstrip() for el in """
Development Status :: 3 - Alpha
classifiers=[el.lstrip() for el in """Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Expand All @@ -34,8 +33,7 @@ def get_content(filename):
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Topic :: Scientific/Engineering
""".split('\n')],
Topic :: Scientific/Engineering""".split('\n')],
entry_points={
'console_scripts': [
"add_vehicle=polar_route.cli:add_vehicle_cli",
Expand Down

0 comments on commit de8a0e1

Please sign in to comment.