diff --git a/ryd-client/__init__.py b/ryd_client/__init__.py similarity index 100% rename from ryd-client/__init__.py rename to ryd_client/__init__.py diff --git a/ryd-client/ryd_client.py b/ryd_client/ryd_client.py similarity index 100% rename from ryd-client/ryd_client.py rename to ryd_client/ryd_client.py diff --git a/setup.py b/setup.py index efcb5d5..63107ef 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setuptools.setup( "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - package_dir={"ryd-client": "ryd-client"}, + package_dir={"ryd_client": "ryd_client"}, packages=setuptools.find_packages(), python_requires=">=3.6", install_requires=["requests"],