forked from dj-stripe/dj-stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
44 lines (41 loc) · 1.03 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-stripe
version = 1.0.0.dev2
description = Django + Stripe Made Easy
author = Alexander Kavanaugh
author_email = [email protected]
url = https://github.com/kavdev/dj-stripe/
download_url = https://github.com/kavdev/dj-stripe/tarball/master
keywords = django, stripe, payments
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Topic :: Office/Business :: Financial
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Framework :: Django
Framework :: Django :: 1.10
Framework :: Django :: 1.11
[options]
packages = find:
include_package_data = True
zip_safe = False
install_requires =
Django >= 1.10
django-polymorphic >= 1.3
jsonfield >= 2.0.2
stripe >= 1.53.0
tqdm >= 4.8.4
python-doc-inherit >= 0.3.0
[options.packages.find]
exclude =
docs
tests
tests.*
[bdist_wheel]
universal = 1