forked from schachmett/gxps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (31 loc) · 802 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
33
34
35
[metadata]
name = gxps
summary = XPS analysis
maintainer = Simon Fischer
maintainer_email = sf@simon-fischer.info
description-file =
README.md
description-content-type = text/markdown
url = https://github.com/schachmett/gxps
classifier =
Programming Language :: Python :: 3
Environment :: X11 Applications :: GTK
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Topic :: Scientific/Engineering :: Physics
license = GPLv3
keywords =
physics
XPS
x-ray photoelectron spectroscopy
chemistry
[options]
packages = gxps
python_requires = ~=3.6
[files]
data_files =
share/gxps = data/*
share/applications = data/com.github.schachmett.gxps.desktop
share/icons = data/assets/icons/hicolor/scalable/gxps.svg
[options.entry_points]
gui_scripts =
gxps = gxps.main:main