Skip to content

Commit 3053132

Browse files
author
Josh Atir
committed
update for pypi
1 parent f7eb8c8 commit 3053132

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
description = 'Last Modified header support for Django Rest Framework.'
1212
url = 'https://github.com/jatir/django-rest-framework-last-modified'
1313
author = 'Josh Atir'
14-
author_email = 'josh@plonked.com'
14+
author_email = 'joshatir@gmail.com'
1515
license = 'BSD'
1616

1717

@@ -76,15 +76,14 @@ def get_package_data(package):
7676
package_data=get_package_data(package),
7777
install_requires=[],
7878
classifiers=[
79-
'Development Status :: 2 - Pre-Alpha',
79+
'Development Status :: 4 - Beta',
8080
'Environment :: Web Environment',
8181
'Framework :: Django',
8282
'Intended Audience :: Developers',
8383
'License :: OSI Approved :: BSD License',
8484
'Operating System :: OS Independent',
8585
'Natural Language :: English',
8686
'Programming Language :: Python :: 3',
87-
'Programming Language :: Python :: 3.3',
8887
'Programming Language :: Python :: 3.4',
8988
'Topic :: Internet :: WWW/HTTP',
9089
]

tox.ini

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
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}
55

66
[testenv]
77
commands = ./runtests.py --fast
@@ -12,13 +12,13 @@ deps =
1212
drf3.0.0: djangorestframework==3.0.0
1313
pytest-django==2.6.1
1414

15-
[testenv:py27-flake8]
15+
[testenv:py34-flake8]
1616
commands = ./runtests.py --lintonly
1717
deps =
1818
pytest==2.5.2
1919
flake8==2.2.2
2020

21-
[testenv:py27-docs]
21+
[testenv:py34-docs]
2222
commands = mkdocs build
2323
deps =
2424
mkdocs>=0.11.1

0 commit comments

Comments
 (0)