-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
29 lines (28 loc) · 1.03 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
[metadata]
name = pwexplode
version = 1.0b
author = Sven Kochmann
url = https://github.com/Schallaven/pwexplode
project_urls =
Bug Tracker = https://github.com/Schallaven/pwexplode/issues
description = implementation of the PKWARE Data Compression Library format (imploding) for byte streams.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = compression, pkware, implode
license = GPL-3.0-or-later
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Development Status :: 4 - Beta
Environment :: Other Environment
Intended Audience :: Developers
License :: OSI Approved
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Topic :: Software Development :: Libraries :: Python Modules
[options]
python_requires = >=3.4
zip_safe = True
py_modules = pwexplode
setup_requires = setuptools>=44; wheel; toml; setuptools_scm>=3.4.3
test_requires = fileTestSuite @ https://github.com/fileTestSuite/fileTestSuite.py