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

Add MANIFEST.in #895

Merged
merged 1 commit into from
Dec 27, 2022
Merged

Add MANIFEST.in #895

merged 1 commit into from
Dec 27, 2022

Conversation

wshanks
Copy link
Collaborator

@wshanks wshanks commented Dec 23, 2022

What are the issues this pull addresses (issue numbers / links)?

#894

Did you add tests to cover your changes (yes/no)?

No code was changed

Did you update the documentation accordingly (yes/no)?

N/A

Did you read the CONTRIBUTING document (yes/no)?

Yes

Summary

This adds a MANIFEST.in file so that some top-level text files make it into the source distribution.

Details and comments

requirements.txt and README.md are needed in order to install the package from the source distribution because they are accessed by setup.py. LICENSE.txt is also included because it is best practice to include the license when distributing source code.

Closes #894

This adds a MANIFEST.in file so that some top-level text files make it
into the source distribution. requirements.txt and README.md are needed
in order to install the package from the source distribution because
they are accessed by setup.py. LICENSE.txt is also included because it
is best practice to include the license when distributing source code.
@wshanks
Copy link
Collaborator Author

wshanks commented Dec 23, 2022

It might be good to update the release.yml. Invoking python setup.py is deprecated (python -m build is more favored now). I see other qiskit projects still do it as well though.

Copy link
Collaborator

@priti-ashvin-shah-ibm priti-ashvin-shah-ibm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for your support for our future.

@obrienpja obrienpja merged commit f88b93a into qiskit-community:main Dec 27, 2022
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.

Can not install package from source distribution
3 participants