chartbeat-labs / textacy

NLP, before and after spaCy
https://textacy.readthedocs.io
Other
2.22k stars 250 forks source link

Adopt pyproject.toml configuration standard #298

Closed bdewilde closed 4 years ago

bdewilde commented 4 years ago

Description

Motivation and Context

A few months ago I moved (almost) all of the package configuration out of setup.py and into a declarative setup.cfg file, if only as a first step towards aligning textacy with new standards and best practices in Python packaging. This PR takes the next step.

How Has This Been Tested?

Installed textacy from scratch in a new env, CI builds are fine, all tests still pass.

Types of changes

Checklist: