X Tutup
Skip to content

Commit d9024b1

Browse files
committed
Updated setup scripts with non-SSL web site link.
git-svn-id: https://src.springframework.org/svn/se-springpython-py/trunk/springpython@156 ce8fead1-4192-4296-8608-a705134b927f
1 parent 50b13cc commit d9024b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
long_description='A collection of small samples utilizing the features of Spring Python.',
4242
author='Greg L. Turnquist',
4343
author_email='gregturn at mindspring dot com',
44-
url='https://springpython.webfactional.com',
44+
url='http://springpython.webfactional.com',
4545
license='Apache Software License (http://www.apache.org/licenses/LICENSE-2.0)',
4646
packages=['petclinic',
4747
'petclinic.cherrypy',

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
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.',
4242
author='Greg L. Turnquist',
4343
author_email='gregturn at mindspring dot com',
44-
url='https://springpython.webfactional.com',
44+
url='http://springpython.webfactional.com',
4545
platforms = ["Python >= 2.3"],
4646
license='Apache Software License (http://www.apache.org/licenses/LICENSE-2.0)',
4747
packages=['springpython',

0 commit comments

Comments
 (0)
X Tutup