We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4e6b3 commit af1801aCopy full SHA for af1801a
setup.py
@@ -4,11 +4,11 @@
4
name="fmd_api",
5
version="0.1.0",
6
author="Devin Slick",
7
- author_email="fmd_client_github@devinslick.com",
+ author_email="fmd_api_github@devinslick.com",
8
description="A python client for the FMD server API.",
9
long_description=open('README.md').read(),
10
long_description_content_type="text/markdown",
11
- url="https://github.com/devinslick/fmd-client",
+ url="https://github.com/devinslick/fmd_api",
12
py_modules=["fmd_api"],
13
classifiers=[
14
"Programming Language :: Python :: 3",
0 commit comments