Skip to content

Commit

Permalink
Merge pull request yhat#57 from baderbuddy/patch-1
Browse files Browse the repository at this point in the history
Updated metadata in Setup.py
  • Loading branch information
glamp committed Feb 1, 2017
2 parents 48cc1d0 + 86d4fd8 commit e799c6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
author="Greg Lamp",
author_email="greg@yhathq.com",
url="https://github.com/yhat/pandasql/",
license=open("LICENSE.txt").read(),
license="MIT",
packages=find_packages(),
package_dir={"pandasql": "pandasql"},
package_data={"pandasql": ["data/*.csv"]},
description="sqldf for pandas",
long_description=open("README.rst").read(),
install_requires=['numpy', 'pandas', 'sqlalchemy'],
classifiers=[
"License :: OSI Approved :: MIT License",
],
)

0 comments on commit e799c6f

Please sign in to comment.