r1018@denkpolster: jan | 2008-04-01 17:51:24 +0200
addresses #1 * add (commented) dependencies to pyme and python-crack * update copyright years git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/trunk@247 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
parent
0838856b76
commit
c049fd9bc9
1 changed files with 5 additions and 2 deletions
7
setup.py
7
setup.py
|
@ -1,7 +1,7 @@
|
||||||
# -*- python -*-
|
# -*- python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007 by Jan Dittberner.
|
# Copyright (C) 2007, 2008 by Jan Dittberner.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -29,7 +29,10 @@ setup(
|
||||||
scripts = ['bin/gva'],
|
scripts = ['bin/gva'],
|
||||||
|
|
||||||
install_requires = ['sqlalchemy >= 0.4',
|
install_requires = ['sqlalchemy >= 0.4',
|
||||||
'sqlalchemy-migrate >= 0.4' ],
|
'sqlalchemy-migrate >= 0.4',
|
||||||
|
# 'pyme >= 0.7',
|
||||||
|
# 'python-crack >= 0.5'
|
||||||
|
],
|
||||||
setup_requires = [],
|
setup_requires = [],
|
||||||
|
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
|
|
Loading…
Reference in a new issue