File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# tox-pyenv-redux
2
+
3
+ A [ tox] [ tox ] plugin using [ pyenv] [ pyenv ] to find Python executables
4
+
5
+
6
+ [ tox ] : https://tox.wiki/
7
+ [ pyenv ] : https://github.com/pyenv/pyenv
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api'
4
4
5
5
[tool .poetry ]
6
6
name = ' tox-pyenv-redux'
7
- version = ' 0.1.0.dev0 '
7
+ version = ' 0.1.0'
8
8
description = ' A tox plugin using pyenv to find Python executables'
9
9
license = ' MIT'
10
10
authors = [
' un.def <[email protected] >' ]
@@ -28,7 +28,7 @@ pyenv-redux = '_tox_pyenv_redux.plugin'
28
28
[tool .poetry .dependencies ]
29
29
python = ' ^3.7'
30
30
tox = ' *'
31
- pyenv-inspect = ' * '
31
+ pyenv-inspect = ' ~0.2 '
32
32
33
33
[tool .isort ]
34
34
lines_after_imports = 2
Original file line number Diff line number Diff line change 1
- __version__ = '0.1.0.dev0 '
1
+ __version__ = '0.1.0'
You can’t perform that action at this time.
0 commit comments