-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (31 loc) · 1 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
[metadata]
name = relic-tool-chunky-v1
version = attr: relic.chunky.v1.__version__
author = Marcus Kertesz
; author_email = author@example.com
description = A library to read v1.1 Chunky files
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/MAK-Relic-Tool/Relic-Tool-Chunky-V1
project_urls =
Bug Tracker = https://github.com/MAK-Relic-Tool/Issue-Tracker/issues
classifiers =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
; Operating System :: OS Independent
[options]
include_package_data = True
package_dir =
= src
packages = find_namespace:
python_requires = >=3.9
install_requires =
mak-serialization-tools
relic-tool-chunky-core ~= 1.1.0
[options.entry_points]
relic.chunky.handler =
v1.1 = relic.chunky.v1.serialization:chunky_fs_serializer
[options.packages.find]
where = src