Skip to content

Commit

Permalink
Add setuptools to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EpocDotFr committed Apr 16, 2024
1 parent 11ee7a3 commit 5a42990
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
'dev': {
'build~=1.2',
'twine~=5.0',
'setuptools~=69',
}
}

Expand Down Expand Up @@ -115,6 +116,7 @@ def run(self):

exit()


setup(
name=NAME,
version=about['__version__'],
Expand Down

0 comments on commit 5a42990

Please sign in to comment.