11[metadata]
22name = openpaygo
33version = 0.5.2
4+ description = OpenPAYGO library in Python
5+ long_description = file: README.md
6+ long_description_content_type = text/markdown
47url = https://github.com/EnAccess/OpenPAYGO-python/
5- description-file =README.md
6- license_files =LICENSE
8+ # author = EnAccess Fundation
9+ # author_email = info@enaccess.org
10+ license = MIT License
11+ license_files = LICENSE
12+ project_urls =
13+ Homepage = https://enaccess.org/materials/openpaygotoken/
14+ # Documentation = https://github.com/EnAccess/OpenPAYGO-python/
15+ Changes = https://github.com/EnAccess/OpenPAYGO-python/releases
16+ Source = https://github.com/EnAccess/OpenPAYGO-python/
17+ Issue Tracker = https://github.com/EnAccess/OpenPAYGO-python//issues
18+ Twitter = https://twitter.com/EnAccessFdn
19+ Chat = https://community.enaccess.org/
20+ classifiers =
21+ Development Status :: 5 - Production/Stable
22+ Intended Audience :: Developers
23+ License :: OSI Approved :: Apache Software License
24+ Operating System :: Unix
25+ Operating System :: POSIX
26+ Operating System :: MacOS
27+ Operating System :: Microsoft :: Windows
28+ Programming Language :: Python
29+ Programming Language :: Python :: 3
30+ Programming Language :: Python :: 3.7
31+ Programming Language :: Python :: 3.8
32+ Programming Language :: Python :: 3.9
33+ Programming Language :: Python :: 3.10
34+ Programming Language :: Python :: 3.11
35+ Programming Language :: Python :: 3.12
36+ Programming Language :: Python :: Implementation :: CPython
37+ Topic :: Utilities
38+ keywords =
39+ paygo
740
841[options]
942python_requires = >=3.6
1043packages = find:
1144include_package_data = true
1245zip_safe = false
1346install_requires =
14- siphash >= 0.0.1
47+ siphash >= 0.0.1
0 commit comments