You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: setup.py
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
fromcodecsimportopen
10
10
fromosimportpath
11
11
12
-
fromsetuptoolsimportsetup, find_packages
12
+
fromsetuptoolsimportsetup
13
13
14
14
here=path.abspath(path.dirname(__file__))
15
15
@@ -21,8 +21,8 @@ def long_description():
21
21
22
22
setup(
23
23
name='doppler_env',
24
-
version='0.2.1',
25
-
python_requires='>=3.8',
24
+
version='0.2.2',
25
+
python_requires='>=3.6',
26
26
description='Inject Doppler secrets as environment variables into your Python application during local development with debugging support for PyCharm and Visual Studio Code.',
27
27
long_description=long_description(),
28
28
long_description_content_type='text/markdown',
@@ -40,6 +40,8 @@ def long_description():
40
40
'Topic :: Software Development :: Build Tools',
41
41
'Topic :: Utilities',
42
42
'License :: OSI Approved :: Apache Software License',
0 commit comments