From de8a0e1a5976c420d7003484f6ae48b56273836e Mon Sep 17 00:00:00 2001 From: George Date: Thu, 25 Apr 2024 16:03:25 +0100 Subject: [PATCH] Reformat setup.py to avoid twine error --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index bbeae743..64bf9c72 100644 --- a/setup.py +++ b/setup.py @@ -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 @@ -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",