Skip to content

Commit 987efc5

Browse files
author
Mohammed Hammoud
committed
Change name to django-rest-framework-stripe
1 parent eb3d05a commit 987efc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
templates_path = []
66
source_suffix = '.rst'
77
master_doc = 'index'
8-
project = u'django-stripe-payments'
8+
project = u'django-rest-framework-stripe'
99
copyright_holder = 'James Tauber and Contributors'
1010
copyright = u'2014, %s' % copyright_holder
1111
exclude_patterns = ['_build']

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(*parts):
1111

1212

1313
PACKAGE = "payments"
14-
NAME = "django-stripe-payments"
14+
NAME = "django-rest-framework-stripe"
1515
DESCRIPTION = "a payments Django app for Stripe"
1616
AUTHOR = "Pinax Team"
1717
AUTHOR_EMAIL = "[email protected]"

0 commit comments

Comments
 (0)