Skip to content

Commit 755431e

Browse files
zwarediegorusso
authored andcommitted
Slight adjustment to setup.py
1 parent bfcab39 commit 755431e

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.13.0',
5+
version='0.13.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.11<2.2', 'isodate>=0.4.7,<0.6', 'matplotlib>=1.4.3,<2.0'],
13-
packages=find_packages(exclude=['ez_setup', 'sample_project']),
13+
packages=find_packages(exclude=['ez_setup', 'sample_project', 'speed_python']),
1414
setup_requires=['setuptools-markdown'],
1515
long_description_markdown_filename='README.md',
1616
description='A web application to monitor and analyze the performance of your code',

0 commit comments

Comments
 (0)