Skip to content

Commit ea444cc

Browse files
committed
Update URL, email, Python version.
1 parent a2728f2 commit ea444cc

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

setup.py

+3-7
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
'description': "A small and flexible Python Web application framework",
2828
'long_description': LONG_DESC,
2929
'author': "The Quixote developers",
30-
'author_email': "webmaster@quixote.ca",
31-
'url': "http://www.quixote.ca/",
30+
'author_email': "nas-quixote@arctrix.com",
31+
'url': "https://github.com/nascheme/quixote",
3232
'license': "DFSG approved (see LICENSE.txt)",
3333
'package_dir': {'quixote': 'quixote'},
3434
'packages': [
@@ -40,7 +40,7 @@
4040
'quixote.server',
4141
],
4242
'ext_modules': [],
43-
'python_requires': '>=3.6',
43+
'python_requires': '>=3.8',
4444
#'cmdclass': {'build_py': qx_build_py},
4545
}
4646

@@ -61,10 +61,6 @@
6161
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
6262
'Programming Language :: Python :: 3 :: Only',
6363
]
64-
kw['download_url'] = (
65-
'http://quixote.ca/releases/' 'Quixote-%s.tar.gz' % kw['version']
66-
)
67-
kw['url'] = 'http://www.quixote.ca/'
6864
kw['platforms'] = 'Most'
6965

7066
setup(**kw)

0 commit comments

Comments
 (0)