root/pycherokeeconf/setup.py

Revision 368, 389 bytes (checked in by alo, 2 years ago)

--

  • Property svn:executable set to
Line 
1 #!/usr/bin/env python
2
3 from distutils.core import setup
4
5 setup (name='cherokeeconf',
6        version='0.1',
7        description='Cherokee configuration package',
8        author='Alvaro Lopez Ortega',
9        author_email='alvaro@alobbs.com',
10        url='http://www.0x50.org',
11        license='GPL v2',
12        packages=['cherokeeconf'],
13        package_dir={'cherokeeconf': 'src/cherokeeconf'})
14
Note: See TracBrowser for help on using the browser.