Skip to content

Commit 5e0c6e2

Browse files
committed
oops - bring back init and version
1 parent 66f112d commit 5e0c6e2

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/dotenvx/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .main import load_dotenvx

src/dotenvx/__version__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
__title__ = "python-dotenvx"
2+
__description__ = "[dotenvx.com] a better dotenv–from the creator of `dotenv`"
3+
__url__ = "https://github.com/dotenvx/python-dotenvx"
4+
__version__ = "0.2.1"
5+
__author__ = "dotenv"
6+
__author_email__ = "mot@dotenvx.com"
7+
__license__ = "BSD-3-Clause"

0 commit comments

Comments
 (0)