Skip to content

Commit

Permalink
Added package description and reference to LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Allik committed Aug 18, 2012
1 parent 48ab535 commit bcf4eb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

setup(
name="txcoroutine",
description="Coroutines for Twisted with tail call optimization support",
long_description=long_description,
version="1.0.6",
packages=find_packages(),
Expand All @@ -15,5 +16,6 @@

author="Erik Allik",
author_email="eallik@gmail.com",
license="BSD",
url="http://github.com/eallik/txcoroutine/"
)

0 comments on commit bcf4eb6

Please sign in to comment.