Skip to content

Commit

Permalink
fix(setup): bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
geoyee committed Sep 4, 2022
1 parent 1954c3a commit 09eabd7
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 @@ -4,12 +4,12 @@
with open("README.md", "r") as fh:
LONG_DESCRIPTION = fh.read()

with open("requirements.txt") as fin:
with open("requirements.txt", "r") as fin:
REQUIRED_PACKAGES = fin.read()

setuptools.setup(
name="sdrl",
version="0.0.1",
version="0.0.2",
author="geoyee",
author_email="[email protected]",
description="Satellite Data Read Library",
Expand Down

0 comments on commit 09eabd7

Please sign in to comment.