-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
43 lines (42 loc) · 1.42 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
[metadata]
name = openpaygo
version = 0.5.5
description = OpenPAYGO Python library
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/EnAccess/OpenPAYGO-python/
license = MIT License
license_files = LICENSE
project_urls =
Homepage = https://enaccess.github.io/OpenPAYGO-docs/
Documentation = https://enaccess.github.io/OpenPAYGO-docs/
Changes = https://github.com/EnAccess/OpenPAYGO-python/releases
Source = https://github.com/EnAccess/OpenPAYGO-python/
Issues = https://github.com/EnAccess/OpenPAYGO-python/issues
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 = >=3.6
packages = find:
include_package_data = true
zip_safe = false
install_requires =
siphash >= 0.0.1