-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
28 lines (26 loc) · 798 Bytes
/
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
[metadata]
name = securepay
version = 1.0.0
description = Interface to the Securepay credit card gateway.
long_description = file: README.rst, HISTORY.rst
url = https://github.com/BenSturmfels/python-securepay
author = Ben Sturmfels
author_email = [email protected]
project_urls =
Source = https://github.com/BenSturmfels/python-securepay
Bug Reports = https://github.com/BenSturmfels/python-securepay/issues
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Topic :: Office/Business :: Financial
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
lxml>=3.3.3
[options.packages.find]
where = src