mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 13:59:22 -04:00
and stripping specified tags from HTML. PR: ports/119526 Submitted by: Oleg Ukraincev <oleg at ht-systems.ru>
11 lines
356 B
Python
11 lines
356 B
Python
--- setup.py.orig 2008-01-10 16:30:07.000000000 +0300
|
|
+++ setup.py 2008-01-10 16:30:23.000000000 +0300
|
|
@@ -1,7 +1,7 @@
|
|
from distutils.core import setup
|
|
|
|
setup(name="stripogram",
|
|
- version="1.2",
|
|
+ version="1.4",
|
|
description="Strip-o-Gram HTML Conversion Library",
|
|
author="Chris Withers",
|
|
author_email="chrisw@nipltd.com",
|