Skip to content

Commit 1c8b37a

Browse files
committed
[GEOPY-2049] add PyPI classifiers
1 parent 7d2487f commit 1c8b37a

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ maintainers = [
1111
repository = "https://github.com/MiraGeoscience/simpeg-drivers"
1212
documentation = "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/"
1313
homepage = "https://www.mirageoscience.com/mining-industry-software/python-integration/"
14+
readme = "package.rst"
15+
1416
keywords = [
1517
"direct current resistivity",
1618
"earth science",
@@ -25,7 +27,17 @@ keywords = [
2527
"open science",
2628
"simpeg",
2729
]
28-
readme = "package.rst"
30+
31+
classifiers = [
32+
"Development Status :: 4 - Beta",
33+
"Intended Audience :: Science/Research",
34+
"Intended Audience :: Developers",
35+
"Natural Language :: English",
36+
"Topic :: Scientific/Engineering",
37+
"Topic :: Scientific/Engineering :: Mathematics",
38+
"Topic :: Scientific/Engineering :: Physics",
39+
"Topic :: Software Development :: Libraries :: Python Modules",
40+
]
2941

3042
packages = [
3143
{ include = "simpeg_drivers" },

0 commit comments

Comments
 (0)