1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-01-22 14:41:40 +00:00

build: Move to pyproject.toml over setup.cfg

Convert to the more modern and preferred pyproject.toml configuration
for the project.

- Add the majority of the configuration to pyproject.toml.
- Remove setup.cfg as it is no longer needed.
- Update tox.ini to remove a lingering testenv for Python 2.7 which is
  no longer used.

NOTE: Manifest.in is left as the files it includes are outside of the
package directories.
This commit is contained in:
2026-01-01 02:07:30 +00:00
committed by GitHub
parent 34c0ddaa88
commit 9615b7e4f8
3 changed files with 48 additions and 56 deletions

View File

@@ -13,11 +13,6 @@ commands =
flake8
pytest
[testenv:py27]
deps =
configparser
{[testenv]deps}
[flake8]
exclude = .tox,env,build
max-line-length = 120