Skip to content

Commit

Permalink
add classifiers to stup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbuchwald committed Apr 16, 2021
1 parent 9507d57 commit ac6f18d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ def find_version(*file_paths):
author="Jörg Buchwald",
author_email="joerg.buchwald@ufz.de",
url="https://github.com/joergbuchwald/ogs6py",
classifiers=["Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Visualization",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Mathematics",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8"],
license="MIT - see LICENSE.txt",
platforms=["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],
include_package_data=True,
Expand Down

0 comments on commit ac6f18d

Please sign in to comment.