-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
64 lines (57 loc) · 1.68 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
53
54
55
56
57
58
59
60
61
62
63
64
[metadata]
author = Stef Smeets
author_email = [email protected]
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering
description = Set of tools to aid structure refinement with TOPAS
keywords =
powder-diffraction
profile-refinement
structure-refinement
topas
long_description = file: readme.md
long_description_content_type = text/markdown
name = topas_tools
project_urls =
Bug Tracker = https://github.com/stefsmeets/topas_tools/issues
Documentation = https://github.com/stefsmeets/topas_tools
url = https://github.com/stefsmeets/topas_tools
version = 1.0.1
[options]
zip_safe = False
packages = find:
include_package_data = True
install_requires =
matplotlib
numpy
pandas
scipy
[options.extras_require]
build =
twine
wheel
build
[options.entry_points]
console_scripts =
fh2topas = topas_tools.fh2topas:main
topasrestraints = topas_tools.topas_restraints:main
topas_ndxan = topas_tools.topas_ndxan:main
restraints_statistics = topas_tools.restraints_statistics:main
cif2patterson = topas_tools.cif2patterson:main
cif2topas = topas_tools.cif2topas:main
expandcell = topas_tools.expandcell:main
stripcif = topas_tools.stripcif:main
topasdiff = topas_tools.topasdiff:main
make_superflip = topas_tools.make_superflip:main
[flake8]
exclude = scripts
max-line-length = 96