-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (27 loc) · 888 Bytes
/
setup.cfg
File metadata and controls
28 lines (27 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[metadata]
name = PyART
description = Python Analytical Relativity Toolkit
author = The TEOBResumS team
author_email = rgamba@berkeley.edu
license = MIT
version = 0.0.1
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3.8
License :: OSI Approved :: BSD License
Operating System :: MacOS
Operating System :: Unix
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
Natural Language :: English
Intended Audience :: Science/Research
[options]
packages = find:
install_requires = file: requirements.txt
python_requires = >=3.9,<3.13