Skip to content

Commit 3195c07

Browse files
committed
Add documentation URL and trove classifiers in setup.cfg
1 parent fd0193a commit 3195c07

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

setup.cfg

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ description = the MESSAGEix integrated assessment model
77
long_description_content_type = text/markdown
88
long_description = file:README.md
99
url = http://github.com/iiasa/message_ix
10+
project_urls =
11+
Documentation = https://docs.messageix.org/
12+
classifiers =
13+
Development Status :: 5 - Production/Stable
14+
Intended Audience :: Developers
15+
Intended Audience :: Science/Research
16+
License :: OSI Approved :: Apache Software License
17+
Natural Language :: English
18+
Operating System :: OS Independent
19+
Programming Language :: Python
20+
Programming Language :: Python :: 3
21+
Programming Language :: Python :: 3.6
22+
Programming Language :: Python :: 3.7
23+
Programming Language :: Python :: 3.8
24+
Programming Language :: Python :: 3.9
25+
Programming Language :: R
26+
Topic :: Scientific/Engineering
27+
Topic :: Scientific/Engineering :: Information Analysis
28+
1029

1130
[options]
1231
packages = message_ix

0 commit comments

Comments
 (0)