forked from i-pi/i-pi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
34 lines (33 loc) · 1.1 KB
/
setup.cfg
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
29
30
31
32
33
34
[metadata]
name = ipi
version = 2.6.3
description = A Python interface for ab initio path integral molecular dynamics simulations
long_description = file: README.md
long_description_content_type = text/x-rst
author = The i-PI developers
author_email = ipi.managers@gmail.com
url = http://ipi-code.org
project_urls =
Documentation = https://ipi-code.org/i-pi
Repository = https://github.com/i-pi/i-pi
license_files =
licenses/license_GPL.txt
licenses/license_MIT.txt
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Science/Research
Operating System :: MacOS :: MacOS X
Operating System :: POSIX :: Linux
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Chemistry
Topic :: Scientific/Engineering :: Physics
[options]
python_requires = >=3.6
install_requires =
numpy