Skip to content

Commit f86fed5

Browse files
committed
Update setup.py
1 parent 819b222 commit f86fed5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@
55

66
setup(
77
name='SizeFS',
8-
version='0.2.5',
8+
version='0.2.6',
99
author='Mark McArdle',
1010
author_email='[email protected]',
1111
packages=['sizefs', 'tests'],
1212
scripts=[],
1313
url='http://pypi.python.org/pypi/SizeFS/',
1414
download_url='https://github.com/sohonetlabs/sizefs',
1515
license='LICENSE.txt',
16-
ext_modules=[
17-
Extension("sizefs.contents", ["sizefs/contents.pyx"]),
18-
] + cythonize("sizefs/contents.pyx",),
16+
ext_modules = cythonize("sizefs/contents.pyx",),
1917
description='SizeFS is a mock filesystem for creating files of particular '
2018
'sizes with specified contents.',
2119
long_description=open('README.txt').read(),

0 commit comments

Comments
 (0)