We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdd485 commit 2d4addcCopy full SHA for 2d4addc
setup.cfg
@@ -5,6 +5,20 @@ subpackage = TODO
5
author = TODO
6
author_email = TODO
7
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
22
23
[options]
24
python_requires = >=3.7
0 commit comments