mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
11 lines
304 B
Python
11 lines
304 B
Python
--- setup.py.orig 2017-08-01 22:50:09 UTC
|
|
+++ setup.py
|
|
@@ -1,7 +1,7 @@ import textwrap
|
|
from setuptools import setup
|
|
import textwrap
|
|
|
|
-setup(name='MarkupPy',
|
|
+setup(name='markuppy',
|
|
version='1.14',
|
|
description='An HTML/XML generator',
|
|
url='https://github.com/tylerbakke/MarkupPy',
|