Skip to content

Commit

Permalink
don't install the example_module
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Nov 23, 2023
1 parent 73c2f48 commit f204a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup
from setuptools import find_packages

packages = find_packages() + [ "pwnshop.challenges.base_templates", "pwnshop.challenges.base" ]
packages = find_packages(where="./pwnshop") + [ "pwnshop.challenges.base_templates", "pwnshop.challenges.base" ]

setup(
name="pwnshop",
Expand Down

0 comments on commit f204a6b

Please sign in to comment.