Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
treatmesubj committed Feb 27, 2023
1 parent 9068f4c commit 101c672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup
setup(
name="httpmdhtml",
version="0.0.1",
version="0.0.2",
license="gpl-3.0",
author="John Hupperts",
author_email="[email protected]",
url="https://github.com/treatmesubj/python-md-to-html-server",
download_url="https://github.com/treatmesubj/python-md-to-html-server/archive/refs/tags/v0.0.1.tar.gz",
download_url="https://github.com/treatmesubj/python-md-to-html-server/archive/refs/tags/v0.0.2.tar.gz",
packages=["httpmdhtml"],
package_dir={"python-md-to-html-server": "httpmdhtml"},
project_urls={
Expand Down

0 comments on commit 101c672

Please sign in to comment.