~jconti/recent-notifications/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jason Conti
  • Date: 2010-02-21 00:51:16 UTC
  • Revision ID: jason.conti@gmail.com-20100221005116-6r8y8tta8f21h3x9
Reorganizing to make it easier to build a package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
 
 
3
from distutils.core import setup
 
4
 
 
5
setup(
 
6
    name="Recent Notifications",
 
7
    version="0.1.0",
 
8
    author="Jason Conti",
 
9
    author_email="jason.conti@gmail.com",
 
10
    license="GNU General Public License (GPL)",
 
11
 
 
12
    )