~jconti/recent-notifications/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jason Conti
  • Date: 2010-02-21 21:01:42 UTC
  • Revision ID: jason.conti@gmail.com-20100221210142-v7vspeps9hueyya0
Ignoring MANIFEST. Adding README. Renamed app so there will be no spaces in the source tar file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
build.sub_commands.append(("build_servers", None))
51
51
 
52
52
setup(
53
 
    name="Recent Notifications",
 
53
    name="recent-notifications",
54
54
    version="0.1.0",
55
55
    author="Jason Conti",
56
56
    author_email="jason.conti@gmail.com",