-
Notifications
You must be signed in to change notification settings - Fork 34
/
setup.cfg
44 lines (41 loc) · 1.13 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
[metadata]
name = dj-paddle
version = 0.1.2
description = Django + Paddle Made Easy
author = Florian Purchess
author_email = florian.purchess@googlemail.com
url = https://github.com/dj-paddle/dj-paddle/
download_url = https://github.com/dj-paddle/dj-paddle/tarball/master
long_description_content_type = text/x-rst
keywords = django, paddle, payments
classifiers =
Development Status :: 3 - Alpha
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Topic :: Office/Business :: Financial
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Framework :: Django
Framework :: Django :: 2.1
Framework :: Django :: 2.2
Framework :: Django :: 3.0
[options]
packages = find:
include_package_data = True
zip_safe = False
install_requires =
django>=2.1
pycryptodome>=3.9.4
phpserialize>=1.3
paddle-client>=1.0.0
[options.packages.find]
exclude =
docs
tests
tests.*
[bdist_wheel]
universal = 0