OnroerendErfgoed / skosprovider_sqlalchemy

An implementation of the skosprovider interface against SQLAlchemy.
http://skosprovider-sqlalchemy.readthedocs.org/en/latest/
MIT License
2 stars 7 forks source link

Replace setup.py with pyproject.toml #102

Open koenedaele opened 1 year ago

Wim-De-Clercq commented 7 months ago

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 commented 7 months ago

Weird. Were they never registered?

Wim-De-Clercq commented 7 months ago

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)