Skip to content

Commit 3379ae6

Browse files
author
Mohammed Hammoud
committed
Update setup.py
1 parent fa38a08 commit 3379ae6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ def read(*parts):
1212

1313
PACKAGE = "payments"
1414
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"
1919

2020
setup(
2121
name=NAME,
2222
author=AUTHOR,
2323
author_email=AUTHOR_EMAIL,
2424
description=DESCRIPTION,
2525
long_description=read("README.rst"),
26-
version="2.0.0",
26+
version="1.0.0",
2727
license="MIT",
2828
url=URL,
2929
packages=find_packages(),

0 commit comments

Comments
 (0)