-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
40 lines (37 loc) · 1.21 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
[metadata]
name = asciiviewer
author = tumregels
summary = A pretty viewer for XSM files generated by DRAGON, DONJON or APOLLO neutronic codes
license = GPLv3
description-file =
README.md
description-content-type = text/markdown; charset=UTF-8
home-page = https://github.com/tumregels/asciiviewer
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4
classifier =
Development Status :: 3 - Alpha
Environment :: Other Environment
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
Topic :: Desktop Environment
Topic :: Education
Topic :: Scientific/Engineering
[pbr]
skip_authors = True
skip_changelog = False
[files]
packages =
asciiviewer
[entry_points]
console_scripts =
asciiviewer = asciiviewer.main:main