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

Include library folder in Python packages #184

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

BastienFaure
Copy link

This is a proposed fix for #183

@elad-pticha
Copy link
Contributor

Hey and thank you soo much for opening this PR.

I think we could leave the library folder in the root folder instead of moving it to src.
Also, Please take a look at our contributor agreement.

@@ -1,3 +1,4 @@
include README.md LICENSE requirements.txt main.py
recursive-include src/library *.yml
Copy link
Contributor

@elad-pticha elad-pticha Jun 16, 2024

Choose a reason for hiding this comment

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

Change to library *.yml

CMD ["make", "test-run"]
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove extra line added

@@ -45,4 +45,5 @@
install_requires=REQUIRMENTS,
packages=find_packages(exclude=("tests", "tests.*")),
entry_points={"console_scripts": ["raven = src.cmdline:execute"]},
include_package_data=True,
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this required?
I tried to build the package without this, and it worked. Is there something I am missing?

Copy link
Contributor

@elad-pticha elad-pticha left a comment

Choose a reason for hiding this comment

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

Good idea!
Please take a look at the comments.

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.

2 participants