Commit 3053132 Josh Atir
committed
1 parent f7eb8c8 commit 3053132 Copy full SHA for 3053132
File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11
11
description = 'Last Modified header support for Django Rest Framework.'
12
12
url = 'https://github.com/jatir/django-rest-framework-last-modified'
13
13
author = 'Josh Atir'
14
- author_email = 'josh@plonked .com'
14
+ author_email = 'joshatir@gmail .com'
15
15
license = 'BSD'
16
16
17
17
@@ -76,15 +76,14 @@ def get_package_data(package):
76
76
package_data = get_package_data (package ),
77
77
install_requires = [],
78
78
classifiers = [
79
- 'Development Status :: 2 - Pre-Alpha ' ,
79
+ 'Development Status :: 4 - Beta ' ,
80
80
'Environment :: Web Environment' ,
81
81
'Framework :: Django' ,
82
82
'Intended Audience :: Developers' ,
83
83
'License :: OSI Approved :: BSD License' ,
84
84
'Operating System :: OS Independent' ,
85
85
'Natural Language :: English' ,
86
86
'Programming Language :: Python :: 3' ,
87
- 'Programming Language :: Python :: 3.3' ,
88
87
'Programming Language :: Python :: 3.4' ,
89
88
'Topic :: Internet :: WWW/HTTP' ,
90
89
]
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py27 -{flake8,docs},
4
- {py33, py34} -django{1.7}-drf{3.0}
3
+ py34 -{flake8,docs},
4
+ py34-django{1.7}-drf{3.0}
5
5
6
6
[testenv]
7
7
commands = ./runtests.py --fast
@@ -12,13 +12,13 @@ deps =
12
12
drf3.0.0: djangorestframework ==3.0.0
13
13
pytest-django ==2.6.1
14
14
15
- [testenv:py27 -flake8]
15
+ [testenv:py34 -flake8]
16
16
commands = ./runtests.py --lintonly
17
17
deps =
18
18
pytest ==2.5.2
19
19
flake8 ==2.2.2
20
20
21
- [testenv:py27 -docs]
21
+ [testenv:py34 -docs]
22
22
commands = mkdocs build
23
23
deps =
24
24
mkdocs>=0.11.1
You can’t perform that action at this time.
0 commit comments