File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 55
66* .py [co ]
77* .whl
8+
9+ /dist /
Original file line number Diff line number Diff line change @@ -4,9 +4,21 @@ build-backend = 'poetry.core.masonry.api'
44
55[tool .poetry ]
66name = ' virtualenv-pyenv'
7- version = ' 0.1.0.dev0'
8- description = ' '
7+ version = ' 0.1.0'
8+ description = ' A virtualenv Python discovery plugin using pyenv'
9+ license = ' MIT'
910authors = [
' un.def <[email protected] >' ]
11+ readme = ' README.md'
12+ homepage = ' https://github.com/un-def/virtualenv-pyenv'
13+ repository = ' https://github.com/un-def/virtualenv-pyenv'
14+ keywords = [' virtualenv' , ' pyenv' ]
15+ classifiers = [
16+ ' Development Status :: 4 - Beta' ,
17+ ' Intended Audience :: Developers' ,
18+ ' Topic :: Software Development :: Libraries' ,
19+ ' Topic :: Software Development :: Testing' ,
20+ ' Topic :: Utilities' ,
21+ ]
1022packages = [{include = ' _virtualenv_pyenv' , from = ' src' }]
1123
1224[tool .poetry .plugins .'virtualenv .discovery' ]
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