Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
loverajoel committed Dec 23, 2014
1 parent 7415a7c commit 95666bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
from setuptools import setup


def read(*paths):
"""Build a file path from *paths* and return the contents."""
with open(os.path.join(*paths), 'r') as f:
Expand All @@ -16,15 +15,13 @@ def read(*paths):
author='Joel Lovera',
author_email='[email protected]',
packages=['sqlalchemy_elasticquery'],
long_description=open('README.md').read(),
include_package_data=True,
install_requires=[
'SQLAlchemy>=0.7.8',
],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Plugins'
'Framework :: Flask',
'Environment :: Plugins',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
Expand Down

0 comments on commit 95666bf

Please sign in to comment.