-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
42 lines (36 loc) · 1.06 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
[metadata]
name = chemfiles
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE
author = Guillaume Fraux
author_email = guillaume@fraux.fr
description = Read and write computational chemistry files
keywords = chemistry computational cheminformatics files formats
url = http://github.com/chemfiles/chemfiles.py
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: Unix
Programming Language :: Python :: 2
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Chemistry
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
python_requires = >=3.6
[options]
zip_safe = False
install_requires =
numpy
packages = find:
package_dir =
=src
[options.packages.find]
where = src
[bdist_wheel]
universal = 1