Skip to content

Commit

Permalink
V3.3.0: README in pypy updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sas2k committed Nov 14, 2022
1 parent 2d019fb commit 09ea62a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

# Setting up
setup(
# the name must match the folder name 'verysimplemodule'
name= "xkcd_python",
version= "3.2.0",
version= "3.3.0",
author= xkcd_python.__author__,
author_email= "[email protected]",
description= xkcd_python.__shot_des__,
long_description= xkcd_python.__description__,
long_description_content_type="text/markdown",
long_description= open("README.md", "r", encoding="utf-8").read(),
install_requires=requirements,

keywords=['python', "python3"],
Expand Down

0 comments on commit 09ea62a

Please sign in to comment.