RDFLib / sparqlwrapper

A wrapper for a remote SPARQL endpoint
https://sparqlwrapper.readthedocs.io/
Other
513 stars 121 forks source link

Improve packaging #196

Closed eggplants closed 2 years ago

eggplants commented 2 years ago

I introduce useful packaging way to use setup.cfg, setup.py, and pyproject.toml.

It will be able to use both pip install . and pip install -e ., and also write almost configurations of tools in setup.cfg.

When you want to install dev dependencies, you can do it by running pip install .[dev].

eggplants commented 2 years ago

reverted deletion of requirements.txt.