Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix source and wheel distribution #250

Merged
merged 3 commits into from
Feb 23, 2023
Merged

Fix source and wheel distribution #250

merged 3 commits into from
Feb 23, 2023

Conversation

lzchen
Copy link
Contributor

@lzchen lzchen commented Feb 23, 2023

MANIFEST.in is responsible for specifying files in source distribution.
LICENSE file was missing.
Modify __init__.py to use pkgutil method since exclusion of packages in setup.py (azure-sdk does this for some reason so we have to follow suit for now until we switch to namespace packages)

@lzchen lzchen requested review from a team and jeremydvoss as code owners February 23, 2023 02:35
@lzchen lzchen added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Feb 23, 2023
@lzchen lzchen removed the Skip Changelog PRs that do not require a CHANGELOG.md entry label Feb 23, 2023
@lzchen lzchen merged commit 779f4f1 into microsoft:main Feb 23, 2023
@lzchen lzchen deleted the install branch February 23, 2023 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants