Skip to content

Commit 4a8ae01

Browse files
committed
re-org
1 parent bce40de commit 4a8ae01

File tree

174 files changed

+36
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+36
-74
lines changed

MANIFEST.in

Lines changed: 0 additions & 29 deletions
This file was deleted.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EXTRAS=
2727
# `SHELL=bash` doesn't work for some, so don't use BASH-isms like
2828
# `[[` conditional expressions.
2929
PYSOURCES=$(filter-out $(MODULE)/parser/cwl_v%,$(shell find $(MODULE) -name "*.py")) \
30-
$(wildcard tests/*.py) create_cwl_from_objects.py load_cwl_by_path.py \
30+
create_cwl_from_objects.py load_cwl_by_path.py \
3131
${MODULE}/parser/cwl_v1_?_utils.py docs/conf.py
3232
DEVPKGS=build diff_cover pylint pep257 ruff 'tox<4' tox-pyenv \
3333
wheel autoflake pyupgrade bandit auto-walrus \
@@ -80,7 +80,7 @@ docs: FORCE
8080

8181
## clean : clean up all temporary / machine-generated files
8282
clean: FORCE
83-
rm -f ${MODULE}/*.pyc tests/*.pyc
83+
rm -f ${MODULE}/*.pyc ${MODULE}/tests/*.pyc
8484
rm -Rf .coverage
8585
rm -f diff-cover.html
8686

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)