Skip to content

Commit

Permalink
Merge pull request pyenv-win#414 from pyenv-win/bug/pip-setup-issue
Browse files Browse the repository at this point in the history
adding WiX to python package
  • Loading branch information
kirankotari authored Jul 20, 2022
2 parents 4d621af + 27ca96a commit 754a6ca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1
3.1.1
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,11 @@ Support for Python versions below 2.4 have been dropped since their installers d

## Change Log

### New in 3.1.1

- Fix [#413](https://github.com/pyenv-win/pyenv-win/issues/413): bug: pyenv install failing because the system cannot find the file specified 'dark.exe'
- Adding: python 3.8, 3.9 and 3.10 in classifiers

### New in 3.1
- Fix [#142](https://github.com/pyenv-win/pyenv-win/issues/142): Prefer the local installer over the web based installer
- Fix [#401](https://github.com/pyenv-win/pyenv-win/issues/401), [#396](https://github.com/pyenv-win/pyenv-win/issues/396), [#383](https://github.com/pyenv-win/pyenv-win/issues/383) and [#360](https://github.com/pyenv-win/pyenv-win/issues/360): Added the same level of support for local based installer as we have for web based installers in [#410](https://github.com/pyenv-win/pyenv-win/issues/410)
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'
],
keywords = 'pyenv for windows, multiple versions of python',
packages = find_packages(
Expand All @@ -46,6 +49,7 @@
'pyenv-win':
[
'bin/*',
'bin/WiX/*',
'libexec/*',
'libexec/libs/*',
'../.version',
Expand Down

0 comments on commit 754a6ca

Please sign in to comment.