forked from jaredsuttles/python-fastlz
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
26 lines (23 loc) · 704 Bytes
/
setup.cfg
File metadata and controls
26 lines (23 loc) · 704 Bytes
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
[metadata]
name = pyfastlz
author = 'Jared Suttles, Paul Chan'
license = BSD License
description = Python wrapper for FastLZ, a lightning-fast lossless compression library.
url = https://github.com/PaulChanHK/python-fastlz
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: POSIX
Programming Language :: C
Programming Language :: Python
Topic :: Software Development :: Libraries
Topic :: System :: Archiving :: Compression
Topic :: Utilities
[options]
setup_requires = wheel
python_requires = >=3.9
[options.extras_require]
dev = pytest
[flake8]
per-file-ignores = setup.py:F401