File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ def read(*parts):
12
12
13
13
PACKAGE = "payments"
14
14
NAME = "django-rest-framework-stripe"
15
- DESCRIPTION = "a payments Django app for Stripe"
16
- AUTHOR = "Pinax Team "
17
- AUTHOR_EMAIL = "team@pinaxproject.com "
18
- URL = "https://github.com/pinax /django-stripe-payments "
15
+ DESCRIPTION = "Django REST Framework wrapper of the payments Django app for Stripe"
16
+ AUTHOR = "Mohammed Hammoud "
17
+ AUTHOR_EMAIL = "mohammed@iktw.se "
18
+ URL = "https://github.com/iktw /django-rest-framework-stripe "
19
19
20
20
setup (
21
21
name = NAME ,
22
22
author = AUTHOR ,
23
23
author_email = AUTHOR_EMAIL ,
24
24
description = DESCRIPTION ,
25
25
long_description = read ("README.rst" ),
26
- version = "2 .0.0" ,
26
+ version = "1 .0.0" ,
27
27
license = "MIT" ,
28
28
url = URL ,
29
29
packages = find_packages (),
You can’t perform that action at this time.
0 commit comments