1
0
Fork 0

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:
Jan Dittberner 2008-04-02 11:04:01 +00:00
parent 0838856b76
commit c049fd9bc9
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# -*- python -*-
# -*- 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
# it under the terms of the GNU General Public License as published by
@ -29,7 +29,10 @@ setup(
scripts = ['bin/gva'],
install_requires = ['sqlalchemy >= 0.4',
'sqlalchemy-migrate >= 0.4' ],
'sqlalchemy-migrate >= 0.4',
# 'pyme >= 0.7',
# 'python-crack >= 0.5'
],
setup_requires = [],
include_package_data = True,