Skip to content

Commit

Permalink
kick.types now exists 🤩
Browse files Browse the repository at this point in the history
Added kick.types as a package so it gets installed alongside the base kick package
  • Loading branch information
cibere authored Jan 20, 2024
1 parent f3e738b commit 62d9e70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
except Exception:
pass

PACKAGES = ["kick", "kick.types"]

setuptools.setup(
name="kick.py",
Expand All @@ -57,7 +58,7 @@
version="0.0.1",
python_requires=">=3.11",
install_requires=REQUIREMENTS,
packages=["kick"],
packages=PACKAGES,
description="",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 62d9e70

Please sign in to comment.