forked from DominicOram/nexgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
52 lines (49 loc) · 1.33 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
[metadata]
name = nexgen
version = 0.6.4
description = Next Generation Nexus Generator
long_description = file: README.rst
author = Diamond Light Source - Scientific Software
author_email = [email protected]
license = BSD 3-Clause License
license_file = LICENSE
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
keywords =
dials
nexus
project-urls =
Documentation = https://nexgen.readthedocs.io/
GitHub = https://github.com/dials/nexgen
Bug-Tracker = https://github.com/dials/nexgen/issues
[options]
include_package_data = True
install_requires =
freephil
h5py
hdf5plugin
numpy
pint
importlib_resources>=1.1
packages = find:
package_dir =
=src
python_requires = >=3.6
zip_safe = False
[options.packages.find]
where = src
[options.entry_points]
libtbx.precommit =
nexgen = nexgen
console_scripts =
generate_nexus = nexgen.command_line.nexus_generator:main
copy_nexus = nexgen.command_line.copy_nexus:main
nexgen_phil = nexgen.command_line.phil_files_cli:main