File tree 3 files changed +16
-6
lines changed
3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,14 @@ http://dj-pagination.readthedocs.io/
11
11
12
12
# Support this Project!
13
13
14
- - [ Buy Two Scoops of Django 3.x to develop the skills to build better projects] ( https://www.feldroy.com/products/two-scoops-of-django-3-x )
15
- - [ Learn the fundamentals with Django Crash Course] ( https://www.feldroy.com/products/django-crash-course )
16
- - [ Sponsor the maintainer directly] ( https://github.com/sponsors/pydanny )
14
+ This project is run by a voluntees. Please support them in their efforts to maintain and improve Cookiecutter Django:
15
+
16
+ * [ pydanny on GitHub] ( https://github.com/sponsors/pydanny )
17
+
18
+ Projects that provide financial support to the maintainer:
19
+
20
+ - [ Django Crash Course 3.x] ( https://www.feldroy.com/products/django-crash-course )
21
+ - [ Two Scoops of Django 3.x] ( https://www.feldroy.com/products/two-scoops-of-django-3-x )
17
22
18
23
19
24
# About the fork
Original file line number Diff line number Diff line change 1
1
[upload_docs]
2
- upload-dir = build/sphinx/html
2
+ upload-dir = build/sphinx/html
3
3
4
4
[upload]
5
- sign =True
5
+ sign = True
6
+
7
+ [egg_info]
8
+ tag_build =
9
+ tag_date = 0
10
+
Original file line number Diff line number Diff line change 36
36
37
37
os .environ ["DJANGO_SETTINGS_MODULE" ] = "dj_pagination.tests.settings"
38
38
39
- version = "2.4 .0"
39
+ version = "2.5 .0"
40
40
41
41
if sys .argv [- 1 ] == "publish" :
42
42
os .system ("pip install -U twine wheel" )
You can’t perform that action at this time.
0 commit comments