setup update addresses #2
* switch to setuptools * *.egg-info and dist added to svn:ignore git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@3 389c73d4-bf09-4d3d-a15e-f94a37d0667a
This commit is contained in:
parent
8863d6e9c7
commit
2378b72add
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# This file is part of pyalchemybiz
|
# This file is part of pyalchemybiz
|
||||||
#
|
#
|
||||||
from distutils.core import setup
|
from setuptools import setup
|
||||||
setup(name='pyalchemybiz',
|
setup(name='pyalchemybiz',
|
||||||
description='Python SQLAlchemy Business',
|
description='Python SQLAlchemy Business',
|
||||||
version='0.1dev',
|
version='0.1dev',
|
||||||
|
@ -14,4 +14,6 @@ setup(name='pyalchemybiz',
|
||||||
author_email='jan@dittberner.info',
|
author_email='jan@dittberner.info',
|
||||||
url='http://www.dittberner.info/projects/pyalchemybiz/',
|
url='http://www.dittberner.info/projects/pyalchemybiz/',
|
||||||
packages=['pyalchemybiz'],
|
packages=['pyalchemybiz'],
|
||||||
|
install_requires=['sqlalchemy >= 0.3.10'],
|
||||||
|
license='GPL'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue