Skip to content

Commit ddd2bc2

Browse files
committed
ci: Retire setup.py and poetry2setup
1 parent bc96108 commit ddd2bc2

File tree

4 files changed

+1
-59
lines changed

4 files changed

+1
-59
lines changed

Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ dist: clean
8282

8383
sync-deps:
8484
poetry export -f requirements.txt > requirements.txt
85-
poetry2setup > setup.py
86-
black setup.py
8785

8886
local-setup:
8987
ifeq ($(wildcard ~/.local/bin/poetry),)

poetry.lock

+1-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ flake8-mock = {version = "^0.4", python = "^3.8.1"}
4545
flake8-docstrings = {version = "^1.7.0", python = "^3.8.1"}
4646
flake8-variables-names = {version = "^0.0.6", python = "^3.8.1"}
4747
pep8-naming = {version = "^0.13.3", python = "^3.7"}
48-
poetry2setup = {version = "^1.1.0", python = ">=3.6"}
4948
fissix = {version = "^19.2b1", python = "^3.6"}
5049
sphinx = {version = "^2.3.1", python = "^3.5"}
5150
pytest-cov = {version = "^2.8.1", python = "^3.5"}

setup.py

-27
This file was deleted.

0 commit comments

Comments
 (0)