Skip to content

Commit

Permalink
ci: Retire setup.py and poetry2setup
Browse files Browse the repository at this point in the history
  • Loading branch information
btorresgil committed Apr 11, 2024
1 parent bc96108 commit ddd2bc2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 59 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ dist: clean

sync-deps:
poetry export -f requirements.txt > requirements.txt
poetry2setup > setup.py
black setup.py

local-setup:
ifeq ($(wildcard ~/.local/bin/poetry),)
Expand Down
30 changes: 1 addition & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ flake8-mock = {version = "^0.4", python = "^3.8.1"}
flake8-docstrings = {version = "^1.7.0", python = "^3.8.1"}
flake8-variables-names = {version = "^0.0.6", python = "^3.8.1"}
pep8-naming = {version = "^0.13.3", python = "^3.7"}
poetry2setup = {version = "^1.1.0", python = ">=3.6"}
fissix = {version = "^19.2b1", python = "^3.6"}
sphinx = {version = "^2.3.1", python = "^3.5"}
pytest-cov = {version = "^2.8.1", python = "^3.5"}
Expand Down
27 changes: 0 additions & 27 deletions setup.py

This file was deleted.

0 comments on commit ddd2bc2

Please sign in to comment.