Commit 1aabc6b3 authored by Stefane Fermigier's avatar Stefane Fermigier

Add link in package setup.py

parent 8429365c
...@@ -11,11 +11,12 @@ install_requires = [str(ir.req) for ir in _install_requires] ...@@ -11,11 +11,12 @@ install_requires = [str(ir.req) for ir in _install_requires]
setup( setup(
name='olapy', name='olapy',
version="0.2.1", version="0.2.2",
packages=find_packages(), packages=find_packages(),
author="Abilian SAS", author="Abilian SAS",
author_email="contact@abilian.com", author_email="contact@abilian.com",
description="OLAP Engine", description="OLAP Engine",
url='https://github.com/abilian/olapy',
# TODO fix tox problem with path # TODO fix tox problem with path
long_description=open('README.rst').read(), long_description=open('README.rst').read(),
install_requires=install_requires, install_requires=install_requires,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment