Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit f55cb6d

Browse files
committed
fix setup.py
1 parent d8ab1f6 commit f55cb6d

File tree

2 files changed

+1
-129
lines changed

2 files changed

+1
-129
lines changed

flake8_idom_hooks.py

-128
This file was deleted.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package = {
1818
"name": name,
19-
"py_modules": setuptools.find_packages(exclude=["tests"]),
19+
"packages": setuptools.find_packages(exclude=["tests*"]),
2020
"entry_points": {"flake8.extension": ["ROH=flake8_idom_hooks:Plugin"]},
2121
"python_requires": ">=3.6",
2222
"description": "Flake8 plugin to enforce the rules of hooks for IDOM",

0 commit comments

Comments
 (0)