Skip to content

Commit af1801a

Browse files
committed
Correct package name
1 parent 8a4e6b3 commit af1801a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
name="fmd_api",
55
version="0.1.0",
66
author="Devin Slick",
7-
author_email="fmd_client_github@devinslick.com",
7+
author_email="fmd_api_github@devinslick.com",
88
description="A python client for the FMD server API.",
99
long_description=open('README.md').read(),
1010
long_description_content_type="text/markdown",
11-
url="https://github.com/devinslick/fmd-client",
11+
url="https://github.com/devinslick/fmd_api",
1212
py_modules=["fmd_api"],
1313
classifiers=[
1414
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)