Skip to content

Commit

Permalink
Cleanup configuration, drop old setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van der Schoor committed Feb 29, 2024
1 parent ccbcf41 commit 5e4d14b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 83 deletions.
65 changes: 0 additions & 65 deletions _old_setup.py

This file was deleted.

1 change: 0 additions & 1 deletion fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ isort --profile black ./tests
autoflake --in-place --remove-all-unused-imports -r ./tests
black ./tests

black ./docs
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,21 @@ license = {file = "LICENSE"}
keywords = ["TODO"]
classifiers = [
"Development Status :: 3 - Alpha",
'Environment :: Web Environment',
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.2",
"Intended Audience :: Developers",
'License :: OSI Approved :: BSD License',
"Operating System :: Unix",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
'Programming Language :: Python',
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
"Topic :: Software Development :: Libraries :: Python Modules",
]
requires-python = ">=3.10"
Expand Down
17 changes: 0 additions & 17 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,4 @@ ignore=E203,E261,E501,E731,F405,W293,W291,W503,F841,E741
max-line-length=120
exclude=env,.tox

[isort]
combine_as_imports = true
default_section = THIRDPARTY
include_trailing_comma = false
line_length = 79
multi_line_output = 5
skip = env,node_modules
skip_glob = **/migrations/**
not_skip = __init__.py
known_django=django
known_first_party=mail_editor
sections=FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER

[tool:pytest]
django_find_project=false
DJANGO_SETTINGS_MODULE=tests.settings

python_paths=.

0 comments on commit 5e4d14b

Please sign in to comment.