-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
43 lines (37 loc) · 1.24 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
38
39
40
41
42
43
[pycodestyle]
ignore = E128, E203, E225, E265, E266, E402, E501, E713, E722, E741, W503, W504,
statistics = True
max-line-length = 88
[metadata]
name = datatrails-simplehash
author = DataTrails Inc.
author_email = [email protected]
description = DataTrails Simplehash algorithm for DLT Anchoring
license = MIT
license_files = LICENSE
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/datatrails/datatrails-simplehash-python
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.8
Topic :: Utilities
project_urls =
Source = https://github.com/datatrails/datatrails-simplehash-python
Tracker = https://github.com/datatrails/datatrails-simplehash-python/issues
[options]
install_requires = file: requirements.txt
packages = datatrails_simplehash
platforms = any
python_requires = >=3.8
setup_requires = setuptools-git-versioning
[options.entry_points]
console_scripts =
datatrails_simplehashv1 = datatrails_simplehash.v1:main
datatrails_simplehashv2 = datatrails_simplehash.v2:main
[bdist_wheel]
universal = 1