mirror of
https://github.com/sartography/SpiffWorkflow.git
synced 2025-07-30 23:05:38 +08:00
Fix: Project URLs.
git-svn-id: https://spiff-workflow.googlecode.com/svn/trunk@16 e8300cfb-4550-0410-bd11-c1b1d6e01c17
This commit is contained in:
4
setup.py
4
setup.py
@ -16,7 +16,7 @@ WARNING! Use in a production environment is NOT RECOMMENDED at this time -
|
||||
this release is meant for development only. Don't blame us if something breaks
|
||||
because of this software!
|
||||
|
||||
.. _README file: http://spiff.googlecode.com/svn/trunk/libs/Workflow/README
|
||||
.. _README file: http://code.google.com/p/spiff-workflow/source/browse/trunk/README
|
||||
""",
|
||||
author = 'Samuel Abels',
|
||||
author_email = 'cheeseshop.python.org@debain.org',
|
||||
@ -25,7 +25,7 @@ because of this software!
|
||||
packages = [p for p in find_packages(srcdir)],
|
||||
requires = ['sqlalchemy', 'SpiffSignal'],
|
||||
keywords = 'spiff guard acl acls security authentication object storage',
|
||||
url = 'http://code.google.com/p/spiff/',
|
||||
url = 'http://code.google.com/p/spiff-workflow/',
|
||||
classifiers = [
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Intended Audience :: Developers',
|
||||
|
Reference in New Issue
Block a user