Skip to content

Commit 2d4addc

Browse files
committed
ENH: Add description, license, classifiers
1 parent 5fdd485 commit 2d4addc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

setup.cfg

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ subpackage = TODO
55
author = TODO
66
author_email = TODO
77
description = TODO
8+
long_description = file:README.md
9+
long_description_content_type = text/markdown; variant=CommonMark
10+
license = Apache License, 2.0
11+
classifiers =
12+
Development Status :: 2 - Pre-Alpha
13+
Environment :: Console
14+
Intended Audience :: Science/Research
15+
License :: OSI Approved :: Apache Software License
16+
Operating System :: MacOS :: MacOS X
17+
Operating System :: POSIX :: Linux
18+
Programming Language :: Python :: 3.7
19+
Programming Language :: Python :: 3.8
20+
Programming Language :: Python :: 3.9
21+
Topic :: Scientific/Engineering
822

923
[options]
1024
python_requires = >=3.7

0 commit comments

Comments
 (0)