Skip to content

Commit

Permalink
Merge pull request #98 from jcrivenaes/fix-setup
Browse files Browse the repository at this point in the history
Edits in setup to be accepted by pypi
  • Loading branch information
jcrivenaes authored May 7, 2019
2 parents 045abd2 + 3819e0f commit fb21c74
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 @@ -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"),
Expand All @@ -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",
Expand Down

0 comments on commit fb21c74

Please sign in to comment.