~sipiatti/pynoteapp/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Siposs Attila
  • Date: 2012-07-13 08:29:39 UTC
  • Revision ID: ati@huf-007550.ms.dunaferr.hu-20120713082939-r4pgi66c83w19dvx
Release Candidate 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
 
88
88
DistUtilsExtra.auto.setup(
89
89
    name='pynote',
90
 
    version='0.9.beta',
 
90
    version='1.0',
91
91
    license='GPL-3',
92
92
    author='Attila Siposs',
93
93
    author_email='sipiatti@gmail.com',
94
94
    description='Easy to use note taking application',
95
95
    long_description='Pynote organizes the notes in categories in a one level tree, so it provides the possibility to keep your notes in a logical arrangement. You can have several notefiles if you want but only one is usable one time. If you place your note file in your Dropbox folder, you synchronize it. Pynote uses SQLite as a storing backend.',
96
 
    #url='https://launchpad.net/pynote',
 
96
    url='https://launchpad.net/pynoteapp',
97
97
    cmdclass={'install': InstallAndUpdateDataDirectory}
98
98
    )