- basic distutils infrastructure
git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@173 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
parent
1ba2b50f2f
commit
87d12af23a
2 changed files with 14 additions and 0 deletions
14
common/setup.py
Normal file
14
common/setup.py
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
#!/usr/bin/python
|
||||||
|
#
|
||||||
|
# (c) 2006 Jan Dittberner <jan@gnuviech.info>
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
from distutils.core import setup
|
||||||
|
setup(name='gnuviechadmin-common',
|
||||||
|
version='0.1',
|
||||||
|
description='common classes for gnuviech admin clients and server',
|
||||||
|
author='Jan Dittberner',
|
||||||
|
author_email='jan@gnuviech.info',
|
||||||
|
url='http://www.gnuviech.info/gnuviechadmin',
|
||||||
|
packages=['gnuviechadmin-common'],
|
||||||
|
package_dir= {'': 'src'})
|
0
common/src/gnuviechadmin-common/__init__.py
Normal file
0
common/src/gnuviechadmin-common/__init__.py
Normal file
Loading…
Reference in a new issue