-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
46 lines (42 loc) · 1.34 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
35
36
37
38
39
40
41
42
43
44
45
46
[metadata]
name = buildh
version = {version}
author = Hubert Santuz, Amélie Bâcle, Pierre Poulain, Patrick Fuchs
author_email = patrick.fuchs@u-paris.fr
url = https://github.com/patrickfuchs/buildH
description = Build hydrogen atoms from united-atom molecular dynamics of lipids and calculate the order parameters.
long_description = file: README.md, CHANGELOG.md, LICENSE.txt
long_description_content_type = text/markdown
keywords = lipds, order parameters, united atom, molecular dynamics simulation
license = BSD 3-Clause License
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
Natural Language :: English
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
packages = find:
zip_safe = False
python_requires= >=3.6
install_requires =
numpy
pandas
MDAnalysis
numba
[options.package_data]
* = LICENSE.txt, CHANGELOG.md
buildh = lipids/*.json
[options.extras_require]
test =
pytest
[options.entry_points]
console_scripts =
buildH = buildh.UI:entry_point