Skip to content

Commit eb3d05a

Browse files
author
Mohammed Hammoud
committed
Remove templates
1 parent 2d9b80c commit eb3d05a

15 files changed

+0
-262
lines changed

payments/templates/payments/_cancel_form.html

-20
This file was deleted.

payments/templates/payments/_change_card_form.html

-23
This file was deleted.

payments/templates/payments/_change_plan_form.html

-21
This file was deleted.

payments/templates/payments/_subscribe_form.html

-18
This file was deleted.

payments/templates/payments/_subscription_status.html

-50
This file was deleted.

payments/templates/payments/base.html

-1
This file was deleted.

payments/templates/payments/cancel.html

-7
This file was deleted.

payments/templates/payments/change_card.html

-8
This file was deleted.

payments/templates/payments/change_plan.html

-8
This file was deleted.

payments/templates/payments/email/body.txt

-1
This file was deleted.

payments/templates/payments/email/body_base.txt

-27
This file was deleted.

payments/templates/payments/email/subject.txt

-1
This file was deleted.

payments/templates/payments/history.html

-41
This file was deleted.

payments/templates/payments/subscribe.html

-16
This file was deleted.

setup.py

-20
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,6 @@ def read(*parts):
2828
license="MIT",
2929
url=URL,
3030
packages=find_packages(),
31-
package_data={
32-
"payments": [
33-
"templates/payments/email/body_base.txt",
34-
"templates/payments/email/body.txt",
35-
"templates/payments/email/subject.txt",
36-
"templates/payments/_cancel_form.html",
37-
"templates/payments/_change_card_form.html",
38-
"templates/payments/_change_plan_form.html",
39-
"templates/payments/_subscribe_form.html",
40-
"templates/payments/_subscription_status.html",
41-
"templates/payments/base.html",
42-
"templates/payments/cancel.html",
43-
"templates/payments/change_card.html",
44-
"templates/payments/change_plan.html",
45-
"templates/payments/history.html",
46-
"templates/payments/subscribe.html",
47-
]
48-
},
4931
classifiers=[
5032
"Development Status :: 3 - Alpha",
5133
"Environment :: Web Environment",
@@ -58,7 +40,6 @@ def read(*parts):
5840
"Framework :: Django",
5941
],
6042
install_requires=[
61-
"django-jsonfield>=0.8",
6243
"stripe>=1.7.9",
6344
"django>=1.6",
6445
"pytz",
@@ -67,7 +48,6 @@ def read(*parts):
6748
test_suite="runtests.runtests",
6849
tests_require=[
6950
"mock",
70-
"django_forms_bootstrap",
7151
],
7252
zip_safe=False,
7353
)

0 commit comments

Comments
 (0)