-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
37 lines (35 loc) · 1.09 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
[metadata]
name = NistChemPy
version = attr:nistchempy.__version__
author = Ivan Chernyshov
author_email = [email protected]
description = A simple Python wrapper around the NIST Chemistry WebBook
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/IvanChernyshov/NistChemPy
project_urls =
Bug Tracker = https://github.com/IvanChernyshov/NistChemPy/issues
keywords = nist python api chemistry cheminformatics
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Development Status :: 4 - Beta
Operating System :: OS Independent
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Chemistry
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Internet
[options]
zip_safe = False
include_package_data = True
packages =
nistchempy
install_requires =
importlib-resources>=1.1.0; python_version < '3.9'
requests
beautifulsoup4
pandas
python_requires = >=3.7
[options.package_data]
* = *.zip