1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/www/py-webunit/files/patch-setup.py
Li-Wen Hsu 7bcbbe3f9f - Update to 1.3.10
PR:		ports/149416
Submitted by:	Frederic Culot <frederic AT culot.org>
2010-08-08 09:16:48 +00:00

12 lines
460 B
Python

--- setup.py.orig 2010-08-08 11:00:33.408023094 +0200
+++ setup.py 2010-08-08 11:00:48.754104230 +0200
@@ -35,7 +35,7 @@
author_email = "richard@mechanicalcat.net",
url = 'http://mechanicalcat.net/tech/webunit/',
download_url = 'http://pypi.python.org/pypi/webunit',
- packages = ['webunit', 'demo'],
+ packages = ['webunit'],
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',