Skip to content

Commit

Permalink
Install src dependancies only
Browse files Browse the repository at this point in the history
  • Loading branch information
charlotte-avery committed Jun 24, 2024
1 parent d805bc6 commit 858d36f
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 @@ -9,7 +9,7 @@
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/centrefornetzero/smart-building-rating-calculator",
packages=find_packages(),
packages=find_packages("src", package_dir={"": "src"}),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 858d36f

Please sign in to comment.