Skip to content

Commit 65df92f

Browse files
committed
Updated setup.py to reflect new author info as well as include web security packages.
git-svn-id: https://src.springframework.org/svn/se-springpython-py/trunk@771 ce8fead1-4192-4296-8608-a705134b927f
1 parent e85bc97 commit 65df92f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

springpython/src/build.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
description='Spring Python',
2828
long_description='Spring Python is an offshoot of the Java-based SpringFramework, targeted for Python. Spring provides many useful features, and I wanted those same features available when working with Python.',
2929
author='Greg L. Turnquist',
30-
author_email='gregturn at mindspring dot com',
30+
author_email='greg.turnquist at springsource dot com',
3131
url='http://springpython.webfactional.com',
3232
platforms = ["Python >= 2.4"],
3333
license='Apache Software License (http://www.apache.org/licenses/LICENSE-2.0)',
@@ -46,7 +46,9 @@
4646
'springpython.security',
4747
'springpython.security.context',
4848
'springpython.security.providers',
49-
'springpython.security.userdetails'
49+
'springpython.security.userdetails',
50+
'springpython.security.web',
51+
'springpython.security.cherrypy3'
5052
],
5153
package_data={'springpython': ["README", "COPYRIGHT", "LICENSE.txt"]},
5254
download_url="${download_url}",

0 commit comments

Comments
 (0)