Skip to content

Commit

Permalink
Updates pypi metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dsc committed Jan 26, 2010
1 parent b5b1757 commit a0c7fcc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@

setup(
name = "bunch",
packages=['bunch',],
description = "A dot-accessible dictionary (a la JavaScript objects)",
version = version,
author = "David Schoonover",
author_email = "[email protected]",
long_description = readme,
url = "http://tire.less.ly/hacking/bunch",
download_url = "http://pypi.python.org/packages/source/B/bunch/bunch-%s.tar.gz" % version,

packages=['bunch',],
keywords = ['dict', 'bunch', 'mapping', 'utilities',],
download_url = "http://pypi.python.org/packages/source/b/bunch/bunch-%s.tar.gz" % version,
keywords = ['bunch', 'dict', 'mapping', 'container', 'collection'],
classifiers = [
'Programming Language :: Python',
'Development Status :: 5 - Production/Stable',
Expand All @@ -31,8 +30,7 @@
'Topic :: Software Development',
'Topic :: Software Development :: Libraries',
'Topic :: Utilities',
]
],
license = 'MIT',
zip_safe = True,
)

0 comments on commit a0c7fcc

Please sign in to comment.