Skip to content

Commit

Permalink
1.0.2: add long descr
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Oct 12, 2024
1 parent 295f645 commit f3f6d35
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

setup(
name="pycout",
version="1.0.1",
version="1.0.2",
packages=["pycout"],
url="http://github.com/EnzoBnl/pycout",
url="http://github.com/ebonnal/pycout",
license="Apache 2.",
author="Enzo Bonnal",
author_email="[email protected]",
description="""C++'s `cout << "Hello" << " World !" << endl;` in Python.""",
author_email="[email protected]",
description="C++'s cout for Python ",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
)

0 comments on commit f3f6d35

Please sign in to comment.