-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (29 loc) · 1.06 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
[metadata]
name = kaitaiStructCompile.importer
author = KOLANICH
url = https://gitlab.com/kaitaiStructCompile.py/kaitaiStructCompile.importer
description = the package to import ksy files
long_description = file: ReadMe.md
keywords = KaitaiStruct, compiler, binary format, setuptools, automation
license = Unlicense
license_file = UNLICENSE
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Development Status :: 4 - Beta
Environment :: Other Environment
Intended Audience :: Developers
License :: Public Domain
License :: Public Domain :: Unlicense
Operating System :: OS Independent
[options]
python_requires = >=3.4
zip_safe = False
include_package_data = True
packages = kaitaiStructCompile.importer
py_modules = kaitaiStructCompile.specImport
setup_requires = setuptools; setuptools_scm;
test_suite = tests.test
install_requires =
kaitaiStructCompile @ git+https://gitlab.com/kaitaiStructCompile.py/kaitaiStructCompile.py.git
kaitaiStructCompile.schemas @ git+https://gitlab.com/kaitaiStructCompile.py/kaitaiStructCompile.schemas.git