We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a246f0e + 2eb8d90 commit f4f93ecCopy full SHA for f4f93ec
2 files changed
setup.cfg
@@ -1,12 +1,12 @@
1
[metadata]
2
name = openpaygo
3
-version = 0.2.0
4
-url = https://github.com/openpaygo/openpaygo-python
+version = 0.3.0
+url = https://github.com/EnAccess/OpenPAYGO-python/
5
description-file=README.md
6
license_files=LICENSE
7
8
[options]
9
-python_requires = >=2.7
+python_requires = >=3.6
10
packages = find:
11
include_package_data = true
12
zip_safe = false
setup.py
@@ -4,10 +4,10 @@
setup(
name="openpaygo",
packages=find_packages(),
- version='0.2.0',
+ version='0.3.0',
license='MIT',
author="Solaris Offgrid",
- url='https://github.com/openpaygo/openpaygo-python',
+ url='https://github.com/EnAccess/OpenPAYGO-python/',
install_requires=[
'siphash',
13
],
0 commit comments