-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
35 lines (34 loc) · 1.06 KB
/
setup.cfg
File metadata and controls
35 lines (34 loc) · 1.06 KB
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
[metadata]
name = python-xz
author = Rogdham
author_email = contact@rogdham.net
description = Pure Python implementation of the XZ file format with random access support
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/rogdham/python-xz
project_urls =
Source = https://github.com/rogdham/python-xz
keywords = xz lzma compression decompression
license = MIT
license_files = LICENSE.txt
platform = any
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Utilities
Topic :: System :: Archiving
Topic :: System :: Archiving :: Compression
[options]
include_package_data = True
package_dir = =src
packages = xz
python_requires = >=3.9
setup_requires =
setuptools_scm==7.1.0