Skip to content

Commit

Permalink
Fix setup.py duplication (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanunderwood authored and martindurant committed Jan 27, 2018
1 parent 777144f commit f2b2a18
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,12 @@ def fix_exts(sources):
tests_require=[
'pytest',
'python-snappy',
'lz4',
],
long_description=(open('README.rst').read() if os.path.exists('README.rst')
else ''),
package_data={'fastparquet': ['*.thrift']},
include_package_data=True,
tests_require=[
'pytest',
'python-snappy',
],
setup_requires=[
'pytest-runner',
],
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
**extra
)

0 comments on commit f2b2a18

Please sign in to comment.