Skip to content

Commit

Permalink
Delete legacy release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jun 16, 2022
1 parent 0ab05bc commit 6c7a772
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 162 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ develop:
tox-test: import-cldr
tox

release: import-cldr
python scripts/make-release.py

.PHONY: test develop tox-test clean-pyc clean-cldr import-cldr clean release clean-test-env standalone-test
.PHONY: test develop tox-test clean-pyc clean-cldr import-cldr clean clean-test-env standalone-test
155 changes: 0 additions & 155 deletions scripts/make-release.py

This file was deleted.

3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[aliases]
release = sdist bdist_wheel

[tool:pytest]
norecursedirs = venv* .* _* scripts {args}
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE ALLOW_UNICODE IGNORE_EXCEPTION_DETAIL
Expand Down

0 comments on commit 6c7a772

Please sign in to comment.