Skip to content

Commit

Permalink
Merge pull request #1832 from jku/return-of-setup-py
Browse files Browse the repository at this point in the history
Re-add setup.py to fix dependabot
  • Loading branch information
lukpueh authored Feb 8, 2022
2 parents c7da199 + a622276 commit 0bc891f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include LICENSE*

# Development and testing
include *.txt
global-include pylintrc
include tox.ini
graft tests

Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file exists to keep dependabot happy:
# https://github.com/dependabot/dependabot-core/issues/4483
from setuptools import setup
setup()

0 comments on commit 0bc891f

Please sign in to comment.