Skip to content

Commit

Permalink
Clean setup.cfg from merge artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ridoo committed Dec 4, 2024
1 parent 58340c6 commit b6fa7f5
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,29 @@ classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
@@ -21,7 +20,7 @@ classifiers =
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Topic :: Internet :: WWW/HTTP
Programming Language :: Python :: 3.7

[options]
packages = find:
include_package_data = True
zip_safe = False
install_requires =
django >= 4.2, < 5.0
idna >= 2.5, < 2.11
requests >= 2.13.0
@@ -37,6 +36,5 @@ universal = 1
Markdown >= 2.6.11
MarkupSafe >= 1.1.1
urllib3 >= 1.25

[options.packages.find]
exclude = tests

[bdist_wheel]
universal = 1

[flake8]
max-line-length = 120
Expand Down

0 comments on commit b6fa7f5

Please sign in to comment.