File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 27
27
'description' : "A small and flexible Python Web application framework" ,
28
28
'long_description' : LONG_DESC ,
29
29
'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 " ,
32
32
'license' : "DFSG approved (see LICENSE.txt)" ,
33
33
'package_dir' : {'quixote' : 'quixote' },
34
34
'packages' : [
40
40
'quixote.server' ,
41
41
],
42
42
'ext_modules' : [],
43
- 'python_requires' : '>=3.6 ' ,
43
+ 'python_requires' : '>=3.8 ' ,
44
44
#'cmdclass': {'build_py': qx_build_py},
45
45
}
46
46
61
61
'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
62
62
'Programming Language :: Python :: 3 :: Only' ,
63
63
]
64
- kw ['download_url' ] = (
65
- 'http://quixote.ca/releases/' 'Quixote-%s.tar.gz' % kw ['version' ]
66
- )
67
- kw ['url' ] = 'http://www.quixote.ca/'
68
64
kw ['platforms' ] = 'Most'
69
65
70
66
setup (** kw )
You can’t perform that action at this time.
0 commit comments