Skip to content

Commit

Permalink
include static folder?
Browse files Browse the repository at this point in the history
  • Loading branch information
mathsman5133 committed Jun 24, 2021
1 parent 43101a2 commit f7e78db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include README.rst
include LICENSE
include requirements.txt
include coc/py.typed
include coc/static/*.json
include coc/static/*
recursive-include coc *.pyi
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run(self):
author="mathsman5133",
url="https://github.com/mathsman5133/coc.py",
package_data={"coc": ["events.pyi"]},
packages=["coc", "coc.ext.discordlinks"],
packages=["coc", "coc.static", "coc.ext.discordlinks"],
version=VERSION,
license="MIT",
description="A python wrapper for the Clash of Clans API",
Expand Down

0 comments on commit f7e78db

Please sign in to comment.