Skip to content

Moving all what we can to pyproject.toml #34

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .coveragerc

This file was deleted.

4 changes: 0 additions & 4 deletions .readthedocs.yml

This file was deleted.

24 changes: 11 additions & 13 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,26 @@ graft src
graft ci
graft tests

include AUTHORS.rst
include .bumpversion.cfg
include .coveragerc
include CHANGELOG.rst
include codecov.yml
include CONTRIBUTING.rst
include .cookiecutterrc
include .editorconfig
include .isort.cfg
include .readthedocs.yml
include .flake8
include bandit.yml
include pyproject.toml
include codecov.yml


include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include flake8.ini
include LICENSE
include pytest.ini
include pyproject.toml
include README.rst
include TODO.rst
include readthedocs.yml
include requirements.txt
include requirements-dev.txt
include TODO.rst
include tox.ini
include .travis.yml

include tox.ini .travis.yml

prune __pycache__
prune .ropeproject
Expand Down
Loading