Skip to content

Commit

Permalink
uncomment loading of dotenv for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing committed Jun 10, 2024
1 parent 61b82e6 commit 9cff5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol-models/python/airbyte_protocol_dataclasses/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import pathlib

from setuptools import setup
# from dotenv import load_dotenv
from dotenv import load_dotenv



Expand All @@ -22,7 +22,7 @@
# The text of the README file
README = (HERE / "readme.md").read_text()

# load_dotenv(HERE / ".env")
load_dotenv(HERE / ".env")

VERSION = os.getenv("VERSION") # use version declared in top level .env file

Expand Down

0 comments on commit 9cff5a0

Please sign in to comment.