opnsense-ports/www/py-webunit/files/patch-setup.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 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',