source: dassmodus/trunk/dassmodus/nosferatu/setup.py@ 953

Last change on this file since 953 was 953, checked in by pstorz, on Sep 28, 2011 at 11:32:32 AM

first checkin

File size: 401 bytes
Line 
1#!/usr/bin/env python
2
3from distutils.core import setup
4#import py2exe
5
6setup(name='nosferatu',
7 version='0.1',
8 description='python module to edit bacula configuration files',
9 author='Philipp Storz',
10 author_email='packager@dass-it.de',
11 url='http://www.dass-it.de/',
12 #packages = find_packages()
13 packages=['nosferatu'],
14 #scripts=['postinstall.py'],
15 )
16
Note: See TracBrowser for help on using the repository browser.