Skip to content

Commit

Permalink
build: Replace dephell with poetry2setup
Browse files Browse the repository at this point in the history
  • Loading branch information
btorresgil committed Jan 13, 2023
1 parent 202a7f5 commit 4214de0
Show file tree
Hide file tree
Showing 3 changed files with 381 additions and 1,317 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dist: clean

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

local-setup:
Expand Down

0 comments on commit 4214de0

Please sign in to comment.