Skip to content

Commit

Permalink
chore: get env from its correct API
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Jun 11, 2024
1 parent f17bda5 commit a5649e4
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 @@ -7,7 +7,7 @@
with open("README.md", "r") as fd:
LONG_DESCRIPTION = fd.read()

PACKAGE_VERSION = os.environ.get("PACKAGE_VERSION", "0.0.1")
PACKAGE_VERSION = os.getenv("PACKAGE_VERSION", "0.0.1")

setup(
name="licenseware-logblocks",
Expand Down

0 comments on commit a5649e4

Please sign in to comment.