Skip to content

Commit

Permalink
Adding proper egg documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Nov 12, 2010
1 parent 329ce5a commit 7221baa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
VERSION = '0.3'

setup(
name=PACKAGE, version=VERSION,
description="A plugin for project statistics",
name = PACKAGE,
version = VERSION,
description = "A plugin for project statistics",
author = "mrjbq7",
url = "http://github.com/mrjbq7/tracstats",
packages=find_packages(exclude=['ez_setup', '*.tests*']),
package_data={
'tracstats': [
Expand Down

0 comments on commit 7221baa

Please sign in to comment.