Skip to content

Commit

Permalink
Update pypi build config
Browse files Browse the repository at this point in the history
  • Loading branch information
stypr committed Feb 21, 2021
1 parent 4fab0c3 commit f86b261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Thumbs.db
.vscode
build/
dist/
clubhouse_py.egg-info/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def _requires_from_file(filename):

setup(
name="clubhouse-py",
packages=["clubhouse-py"],
packages=["clubhouse"],
version="304.0.0",
license="MIT",
description=("Clubhouse API written in Python. Standalone client included." +
Expand Down

0 comments on commit f86b261

Please sign in to comment.