diff --git a/.travis.yml b/.travis.yml index 168115d..bf7ba62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ deploy: on: tags: true distributions: sdist bdist_wheel - repo: ohmrefresh/GrafanaSnapshot \ No newline at end of file + repo: ohmrefresh/grafana-snapshot \ No newline at end of file diff --git a/setup.py b/setup.py index d081031..c68748d 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ description="Task a grafana snapshot", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/ohmrefresh/GrafanaSnapshot.git", + url="https://github.com/ohmrefresh/grafana-snapshot.git", license="MIT", packages=find_packages(), install_requires=['requests', 'grafana_api'],