forked from js-ish/MolTx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
33 lines (29 loc) · 791 Bytes
/
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
[bdist_wheel]
python-tag = py3
[metadata]
name = moltx
version = attr: moltx._version.__version__
author = Michael Ding
author_email = [email protected]
description = Molcule Transformer X Model
long_description = file: README.md
long_description_content_type = text/markdown
keywords = molcule, AI, deep learning, transformer
license_files =
LICENSE
classifiers =
Environment :: Console
Intended Audience :: Science/Research
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 3
Development Status :: 5 - Production/Stable
[options]
python_requires = >=3.8
install_requires = file: requirements.txt
packages = find:
[options.packages.find]
exclude =
tests*
[options.package_data]
moltx = data/*.json, data/*.txt