-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
executable file
·32 lines (29 loc) · 889 Bytes
/
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
[metadata]
name = tat
author = Hugo Haldi
author_email = hugo.haldi@etu.unige.ch
description = A GUI tool for tomography analysis and clustering
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ShinoYasx/tat
license = Apache-2
project_urls =
Bug Tracker = https://github.com/ShinoYasx/tat/issues
Documentation = https://tat.readthedocs.io/
Source Code = https://github.com/ShinoYasx/tat
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Environment :: X11 Applications :: Qt
Intended Audience :: Science/Research
[options]
python_requires = >=3.8
package_dir =
= src
packages = find:
[options.packages.find]
where = src
[entry_points]
gui_scripts =
tat = tat.gui.main:main