|
2 | 2 |
|
3 | 3 | setup( |
4 | 4 | name='codespeed', |
5 | | - version='0.11.0a0', |
| 5 | + version='0.11.0a1', |
6 | 6 | author='Miquel Torres', |
7 | 7 | author_email='tobami@gmail.com', |
8 | 8 | url='https://github.com/tobami/codespeed', |
9 | 9 | download_url="https://github.com/tobami/codespeed/tags", |
10 | 10 | license='GNU Lesser General Public License version 2.1', |
11 | 11 | keywords=["benchmarking", "visualization"], |
12 | | - install_requires=['django>=1.4,<1.8', 'isodate>=0.4.7,<0.6'], |
| 12 | + install_requires=['django>=1.6,<1.9', 'isodate>=0.4.7,<0.6'], |
13 | 13 | packages=find_packages(exclude=['ez_setup', 'sample_project']), |
14 | 14 | description='A web application to monitor and analyze the performance of your code', |
15 | 15 | include_package_data=True, |
|
22 | 22 | 'Operating System :: OS Independent', |
23 | 23 | 'Programming Language :: Python', |
24 | 24 | 'Programming Language :: Python :: 2', |
25 | | - 'Programming Language :: Python :: 2.6', |
26 | 25 | 'Programming Language :: Python :: 2.7', |
27 | 26 | 'Programming Language :: Python :: 3', |
28 | 27 | 'Programming Language :: Python :: 3.4', |
| 28 | + 'Programming Language :: Python :: 3.5', |
29 | 29 | 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', |
30 | 30 | ] |
31 | 31 | ) |
0 commit comments