forked from chemosim-lab/ProLIF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
60 lines (56 loc) · 1.56 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[metadata]
name = prolif
description = Protein-Ligand Interaction Fingerprints
author = Cédric Bouysset
author_email = bouysset.cedric@gmail.com
license = Apache License, Version 2.0
license_file = LICENSE
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/chemosim-lab/ProLIF
project_urls =
Discussions = https://github.com/chemosim-lab/ProLIF/discussions
Documentation = https://prolif.readthedocs.io/en/latest/
Issues = https://github.com/chemosim-lab/ProLIF/issues
classifiers =
Development Status :: 4 - Beta
Operating System :: OS Independent
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.8
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
keywords =
science
chemistry
biology
drug-design
chemoinformatics
molecular-dynamics
[options]
packages = find:
python_requires = >=3.6
install_requires =
pandas>=1.0.0
numpy>=1.13.3
scipy>=1.3.0
mdanalysis @ git+https://github.com/cbouy/mdanalysis.git@prolif#subdirectory=package
tqdm
zip_safe = False
include_package_data = True
[options.packages.find]
exclude = tests
[options.extras_require]
tests =
pytest>=6.1.2
pytest-cov
codecov
[versioneer]
VCS = git
style = pep440
versionfile_source = prolif/_version.py
versionfile_build = prolif/_version.py
tag_prefix =
parentdir_prefix = ProLIF-