Skip to content

Commit

Permalink
chore: remove not needed configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Berezovsky committed Dec 23, 2023
1 parent af8ed59 commit b277dc7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 179 deletions.
22 changes: 5 additions & 17 deletions setup.cfg → .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
max-complexity = 12
max-line-length=127
max-complexity = 15
max-line-length = 120

exclude =
# No need to traverse our git directory
Expand Down Expand Up @@ -33,18 +33,6 @@ ignore =

per-file-ignores =
# imported but unused
__init__.py: F401

[mypy]
python_version = 3.7
show_error_codes = true
ignore_errors = false
warn_return_any = false
ignore_missing_imports = true
disallow_any_generics = false
pretty = true

[mypy-examples]
ignore_errors = true
follow_imports = silent
ignore_missing_imports = true
__init__.py: F401,
test_*.py: D103, D104, D100, D101, D102, D106
__version__.py: D104, D100, D101, D102
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
readme = "README.md"
readme = "docs/pypi-description.md"
packages = [
{include = "ptouch_py", from = "src"},
{include = "tapen", from = "src"},
]
include = ["tapen/resources/*", "tapen/renderer/resources/*"]
include = [
"tapen/resources/*", "tapen/renderer/resources/*",
"LICENSE", "README.md",
]

[tool.poetry.scripts]
tapen = "tapen.cli:default_entrypoint"
Expand Down
13 changes: 0 additions & 13 deletions requirements-dev.txt

This file was deleted.

10 changes: 0 additions & 10 deletions requirements.txt

This file was deleted.

4 changes: 0 additions & 4 deletions src/MANIFEST.in

This file was deleted.

133 changes: 0 additions & 133 deletions src/setup.py

This file was deleted.

0 comments on commit b277dc7

Please sign in to comment.