Skip to content

Commit efb89b9

Browse files
authored
MAINT: Restructure for easier development (#105)
1 parent ca04113 commit efb89b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install .
3131
- name: Test with mypy
3232
run: |
33-
mypy .
33+
mypy flake8_simplify
3434
- name: Test with flake8
3535
run: |
3636
flake8 .
File renamed without changes.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers =
3636
Framework :: Flake8
3737

3838
[options]
39-
py_modules = flake8_simplify
39+
packages = find:
4040
python_requires = >=3.6.1
4141
install_requires =
4242
flake8>=3.7

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ commands =
1212
deps =
1313
-r requirements/lint.txt
1414
commands =
15-
flake8 flake8_simplify.py
15+
flake8 flake8_simplify
1616
black --check .
17-
pydocstyle
17+
pydocstyle flake8_simplify
1818
mypy .

0 commit comments

Comments
 (0)