This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathsetup.cfg
47 lines (46 loc) · 1.58 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
44
45
46
47
[metadata]
name = openpaygo-token
version = 2.4.0
description = OpenPAYGO-Token
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/EnAccess/OpenPAYGO-Token
# author = EnAccess Fundation
# author_email = [email protected]
license = Apache-2.0 license
license_files = LICENSE.md
project_urls =
Homepage = https://enaccess.org/materials/openpaygotoken/
# Documentation = https://github.com/EnAccess/OpenPAYGO-Token
Changes = https://github.com/EnAccess/OpenPAYGO-Token/releases
Source = https://github.com/EnAccess/OpenPAYGO-Token
Issue Tracker = https://github.com/EnAccess/OpenPAYGO-Token/issues
Twitter = https://twitter.com/EnAccessFdn
Chat = https://community.enaccess.org/
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: Unix
Operating System :: POSIX
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Topic :: Utilities
keywords =
paygo
[options]
python_requires = >=2.7
packages = find:
include_package_data = true
zip_safe = false
install_requires =
siphash >= 0.0.1