~juliank/ftpsync/main

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Julian Andres Klode
  • Date: 2007-06-20 16:37:24 UTC
  • Revision ID: jak@jak-linux.org-20070620163724-fhqyx84z6q2wtg8y
* Initial revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from distutils.core import setup
 
2
setup(name='ftpsync',
 
3
      version='1.0',
 
4
      scripts=['ftpsync'],
 
5
      packages=['ftpsynclib'],
 
6
      )