From 3819e0f5e234d87bc4ffc10331129e804658f316 Mon Sep 17 00:00:00 2001 From: "Jan C. Rivenaes" Date: Tue, 7 May 2019 16:37:34 +0200 Subject: [PATCH] Edits en setup to be accepted by pypi --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 67f7455e0..0c0bd5fe5 100644 --- a/setup.py +++ b/setup.py @@ -151,7 +151,7 @@ def __init__(self, name, cmake_lists_dir=".", sources=[], **kwa): description="XTGeo is a Python library for 3D grids, surfaces, wells, etc", long_description=readme + "\n\n" + history, long_description_content_type="text/markdown", - author="R&T Equinor", + author="Equinor R&T", url="https://github.com/equinor/xtgeo", license="LGPL-3.0", packages=find_packages("src"), @@ -166,10 +166,8 @@ def __init__(self, name, cmake_lists_dir=".", sources=[], **kwa): "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", - "License :: OSI Approved", - "License :: GNU Lesser General Public License v3 or later (LGPLv3+)", + "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Operating System :: POSIX :: Linux", - "Topic :: Scientific/Engineering", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7",