mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
b21965d5e2
caching mechanisms and rendering backends. WWW: http://tilecache.org/ PR: ports/161773 Submitted by: Joris Dedieu <joris.dedieu@gmail.com> Approved by: bapt (mentor)
13 lines
604 B
Python
13 lines
604 B
Python
--- setup.py.orig 2011-10-18 15:02:11.000000000 +0200
|
|
+++ setup.py 2011-10-18 15:02:47.000000000 +0200
|
|
@@ -39,8 +35,7 @@
|
|
url='http://tilecache.org/',
|
|
long_description=readme,
|
|
packages=['TileCache', 'TileCache.Caches', 'TileCache.Services', 'TileCache.Layers'],
|
|
- scripts=['tilecache.cgi', 'tilecache.fcgi',
|
|
- 'tilecache_seed.py', 'tilecache_install_config.py',
|
|
+ scripts=['tilecache_seed.py', 'tilecache_install_config.py',
|
|
'tilecache_clean.py', 'tilecache_http_server.py'],
|
|
zip_safe=False,
|
|
test_suite = 'tests.run_doc_tests',
|