1 2 3 4 5 6 7 8 9 10 11
--- 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',