Skip to content

Commit 84a4631

Browse files
committed
Slight adjustment to setup.py
1 parent 229fc7e commit 84a4631

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
setup(
44
name='codespeed',
5-
version='0.10.0',
5+
version='0.10.0+pythonspeed',
66
author='Miquel Torres',
77
author_email='tobami@gmail.com',
88
url='https://github.com/tobami/codespeed',
99
download_url="https://github.com/tobami/codespeed/tags",
1010
license='GNU Lesser General Public License version 2.1',
1111
keywords=["benchmarking", "visualization"],
1212
install_requires=['django>=1.4,<1.7', 'isodate==0.4.8', 'south<=2.0'],
13-
packages=find_packages(exclude=['ez_setup', 'sample_project']),
13+
packages=find_packages(exclude=['ez_setup', 'sample_project', 'speed_python']),
1414
description='A web application to monitor and analyze the performance of your code',
1515
include_package_data=True,
1616
zip_safe=False,

0 commit comments

Comments
 (0)