forked from lab-cosmo/chemiscope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
45 lines (40 loc) · 1.24 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
[metadata]
name = chemiscope
version = attr:chemiscope.version.__version__
description = Helpers to work with the chemiscope interactive structure/property explorer for materials and molecules
keywords = visualization materials science chemistry
long_description = file: python/README.md
long_description_content_type = text/markdown
license = BSD-3-Clause
license_files = ../LICENSE
author = Guillaume Fraux
author_email = [email protected]
url = https://chemiscope.org
project_urls =
Bug Tracker = https://github.com/lab-cosmo/chemiscope/issues/
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Chemistry
Topic :: Scientific/Engineering :: Physics
Topic :: Scientific/Engineering :: Visualization
[options]
packages = find:
package_dir =
= python
install_requires =
numpy
ipywidgets>=7,<9
include_package_data = True
[options.packages.find]
where = python
[options.entry_points]
console_scripts =
chemiscope-input = chemiscope.main:main
[bdist_wheel]
universal = 1