Commit 700d9c4f authored by Łukasz Nowak's avatar Łukasz Nowak

- update description and add long_description


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37322 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b9172f82
...@@ -8,7 +8,10 @@ setup( ...@@ -8,7 +8,10 @@ setup(
version = version, version = version,
author = "Lukasz Nowak", author = "Lukasz Nowak",
author_email = "luke@nexedi.com", author_email = "luke@nexedi.com",
description = "ZC Buildout recipe to invoke full python interpreter", description = "Generates python wrapper around python interpreter",
long_description = "Generates python wrapper, which acts like normal "\
"python interpreter, but containing full list of additional python "\
"paths",
license = "ZPL 2.1", license = "ZPL 2.1",
keywords = "python interpreter", keywords = "python interpreter",
packages = find_packages(), packages = find_packages(),
......
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