Skip to content

Commit

Permalink
Update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasas committed Apr 12, 2021
1 parent decc96a commit ed29382
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
Expand Up @@ -9,14 +9,14 @@
requirements = fh.read().strip().split('\n')

setuptools.setup(
name="jsend",
name="json-send",
version="0.0.1",
author="Yasas Senarath",
author_email="[email protected]",
description="Python Library for formatting JSON RESTful messages.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/ysenarath/jsend",
url="https://github.com/ysenarath/json-send",
packages=setuptools.find_packages(),
install_requires=requirements,
classifiers=[
Expand Down

0 comments on commit ed29382

Please sign in to comment.