Skip to content

Commit

Permalink
setup.py update for v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
delestro committed Jan 30, 2022
1 parent d3f21f4 commit bfbb659
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
from setuptools import setup

long_description = "It is recommended to use ouf as shortcut for outputformat import outputformat as ouf\n"
long_description += "Main functions are:\n"
long_description += "* ouf.boxtitle\n"
long_description += "* ouf.linetitle\n"
long_description += "* ouf.bigtitle\n"
long_description += "* ouf.showlist\n"
long_description += "* ouf.bar\n"
long_description += "* ouf.barlist\n"
long_description += "By default, functions print the result\n."
long_description += "You have the alternative to return a string instead, by passing the argument return_str=True\n"
long_description += "(nothing will be printed in this case)."

setup(
name="outputformat",
packages=["outputformat"],
version="0.1.2",
version="0.1.3",
description="Decorate and beautify output",
long_description=long_description,
long_description="For usage, check https://delestro.com/2022/01/16/outputformat/",
author="Felipe Delestro",
author_email="[email protected]",
url="https://github.com/delestro/outputformat",
download_url="https://github.com/delestro/outputformat/archive/refs/tags/v0.1.2.tar.gz",
download_url="https://github.com/delestro/outputformat/archive/refs/tags/v0.1.3.tar.gz",
license="MIT",
keywords=["output", "print", "decorate", "format", "string", "beautify"],
python_requires=">=3.6",
Expand Down

0 comments on commit bfbb659

Please sign in to comment.