Skip to content

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

@penguinpee

Description

@penguinpee

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions