-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
37 lines (33 loc) · 1.11 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
# https://packaging.python.org/en/latest/tutorials/packaging-projects/
# https://setuptools.pypa.io/en/latest/userguide/declarative_config.html
# https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#setup-cfg
[metadata]
name = dag-cbor
author = hashberg
author_email = [email protected]
description = Python implementation of the DAG-CBOR codec.
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/hashberg-io/dag-cbor
project_urls =
Bug Tracker = https://github.com/hashberg-io/dag-cbor/issues
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.7
Operating System :: OS Independent
Natural Language :: English
Typing :: Typed
[options]
packages = find:
python_requires = >=3.7
install_requires =
typing-extensions>=4.6.0
typing-validation>=1.1.0
multiformats>=0.3.1
[options.package_data]
* = py.typed
[options.packages.find]
exclude = test