Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merged PR 1288: Resolve missing package data file in published wheel
Browse files Browse the repository at this point in the history
Resolve missing package data file in published wheel
Prepare for 0.3.13 release.
  • Loading branch information
uefibot committed Jun 25, 2019
1 parent 0e9a066 commit 3728481
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,18 @@ Please see Project Mu for details https://microsoft.github.io/mu
Version History
===============

0.3.13
------

Bug Fixes:

- Fix broken download/publish of nuget.exe in 0.3.12 due to wheel usage.

0.3.12
------

.. note:: This release is broken and has been deleted.

Main Changes:

- Embedded NuGet.exe into the egg and it can now be located via GetNugetCmd in MuEnvironment.bin.Nuget
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,13 @@ def run(self):
'install': PostInstallCommand,
'develop': PostDevCommand,
},
include_package_data=True,
entry_points={
'console_scripts': ['omnicache=MuEnvironment.Omnicache:main', 'nuget-publish=MuEnvironment.NugetPublishing:go']
},
install_requires=[
'pyyaml',
'mu_python_library>=0.4.5'
'mu_python_library>=0.4.6'
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 3728481

Please sign in to comment.