-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsetup.cfg
46 lines (44 loc) · 1.19 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
[metadata]
name = skoolkit
version = attr: skoolkit.VERSION
author = Richard Dymond
author_email = rjdymond@gmail.com
license = GPLv3
url = https://skoolkit.ca
description = A suite of tools for creating disassemblies of ZX Spectrum games
long_description = file: long_description.rst
long_description_content_type = text/x-rst
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Software Development :: Disassemblers
Topic :: Utilities
[options]
packages = skoolkit
scripts =
bin2sna.py
bin2tap.py
rzxinfo.py
rzxplay.py
skool2asm.py
skool2bin.py
skool2ctl.py
skool2html.py
sna2ctl.py
sna2img.py
sna2skool.py
snapinfo.py
snapmod.py
tap2sna.py
tapinfo.py
trace.py
[options.package_data]
skoolkit = resources/*