Skip to content

Commit

Permalink
MANIFEST.in: include .ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Feb 28, 2023
1 parent 6eb4139 commit 2836c36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ prune examples/adhoc-layout/*.egg-info
prune examples/src-layout/src/*.egg-info

graft .github/workflows
graft src
graft ci
graft src
graft tests

include .bumpversion.cfg
include .cookiecutterrc
include .coveragerc
include .editorconfig
include tox.ini
include .readthedocs.yml
include .pre-commit-config.yaml
include .readthedocs.yml
include .ruff.toml
include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include README.rst

include tox.ini

global-exclude *.py[cod] __pycache__/* *.so *.dylib

0 comments on commit 2836c36

Please sign in to comment.