Skip to content

Commit

Permalink
fix qa
Browse files Browse the repository at this point in the history
  • Loading branch information
tlmquintino committed Nov 24, 2023
1 parent 000fa09 commit 1b62117
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
Expand Up @@ -38,7 +38,7 @@ def read(fname):
assert version

# requirements
with open('requirements.txt') as f:
with open("requirements.txt") as f:
required = f.read().splitlines()


Expand All @@ -53,7 +53,7 @@ def read(fname):
url="https://github.com/ecmwf-projects/thermofeel",
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=required,
install_requires=required,
zip_safe=True,
keywords="tool",
classifiers=[
Expand Down

0 comments on commit 1b62117

Please sign in to comment.