File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ include README.rst
7
7
recursive-include tests *
8
8
recursive-exclude * __pycache__
9
9
recursive-exclude * *.py[co]
10
- recursive-include foundation_formtags/template*
11
- recursive-include foundation_formtags/tests
10
+ recursive-include foundation_formtags/templates *
11
+ recursive-include foundation_formtags/templatetags *
12
+ recursive-include foundation_formtags/tests *
12
13
recursive-include docs *.rst conf.py Makefile make.bat
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = 'Christopher Clarke'
4
4
5
- __version__ = '0.0.4 '
5
+ __version__ = '0.0.5 '
Original file line number Diff line number Diff line change 16
16
17
17
requirements = [
18
18
# TODO: put package requirements here
19
- "Django>=1.6,<=1.9.2 " ,
19
+ "Django>=1.6,<1.10 " ,
20
20
]
21
21
22
22
test_requirements = [
23
23
# TODO: put package test requirements here
24
- "Django>=1.6,<=1.9.2 " ,
24
+ "Django>=1.6,<1,10 " ,
25
25
]
26
26
27
27
setup (
28
- name = 'foundation_formtags ' ,
29
- version = '0.0.4 ' ,
30
- description = "Django templatetags to add Zurb Foundation support to Django Forms" ,
28
+ name = 'django-foundation-formtags ' ,
29
+ version = '0.0.5 ' ,
30
+ description = "Templatetags to add Zurb Foundation support to Django Forms" ,
31
31
long_description = readme + '\n \n ' + history ,
32
32
author = "Christopher Clarke" ,
33
33
You can’t perform that action at this time.
0 commit comments