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

Poetry ignores setuptools.setup 'scripts' parameter from setup.py #72

Open
penguinpee opened this issue Dec 30, 2024 · 0 comments
Open

Comments

@penguinpee
Copy link
Contributor

The two scripts owlrl and RDFConvertService from the scripts/ directory were previously installed to the bin directory and they could be called directly from the command line.

With the move to poetry this is no longer the case. It appears there is no support in poetry for copying ready made scripts as is. It only supports what in setuptools is known as entry points using the tools.poetry,scripts table. This could be utilized for owlrl. However, I'm not sure this method is applicable to RDFConvertService. It seems to serve a different purpose.

Are there any plans for having those scripts included again, one way or another, in the future?

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

No branches or pull requests

1 participant