Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
charlotte-avery committed Jul 12, 2024
1 parent 04d7a3c commit 8b0679b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import find_packages, setup
from setuptools import setup

setup(
name="smart-buildings-rating-calculator",
Expand All @@ -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("src", package_dir={"": "src"}),
package_dir={"": "src"},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 8b0679b

Please sign in to comment.