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

Replace setup.py with pyproject.toml #102

Open
koenedaele opened this issue Mar 30, 2023 · 3 comments
Open

Replace setup.py with pyproject.toml #102

koenedaele opened this issue Mar 30, 2023 · 3 comments

Comments

@koenedaele
Copy link
Member

No description provided.

@Wim-De-Clercq
Copy link
Contributor

I noticed that currently there are 2 scripts registered in setup.py

    [console_scripts]
    init_skos_db = skosprovider_sqlalchemy.scripts.init_skos_db:main
    calc_visitation = skosprovider_sqlalchemy.scripts.calc_visitation:main

But neither of these are packaged in the build, so you can't actually use these.

To be fixed here as well.

@koenedaele
Copy link
Member Author

Weird. Were they never registered?

@Wim-De-Clercq
Copy link
Contributor

Wim-De-Clercq commented Jan 29, 2024

Were they never registered?

No, I don't think these have ever worked (when installing from pypi -- it works if you checkout everything from github and install locally)

@vancamti vancamti self-assigned this Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants