Skip to content

Commit

Permalink
Fix homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Jun 8, 2017
1 parent f018b39 commit 2ae69ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -18,13 +18,14 @@ def py2_only(*dependencies):
else:
return []


setuptools.setup(
name="ActionTree",
version=version,
description="Executes (long) actions in parallel, respecting dependencies between those actions",
author="Vincent Jacques",
author_email="vincent@vincent-jacques.net",
url="http://pythonhosted.org/ActionTree/",
url="http://jacquev6.github.io/ActionTree/",
packages=setuptools.find_packages(),
license="MIT",
classifiers=[
Expand Down

0 comments on commit 2ae69ed

Please sign in to comment.