Merge branch 'setup.cfg-vs-manifest-part-2' into 'v3.x'

setup.cfg vs MANIFEST.in (Round 2)

See merge request allianceauth/allianceauth!1434
This commit is contained in:
Ariel Rin 2022-07-07 07:34:17 +00:00
commit e81a66b74b
2 changed files with 4 additions and 8 deletions

View File

@ -1,7 +0,0 @@
include LICENSE
include README.md
include MANIFEST.in
graft allianceauth
global-exclude __pycache__
global-exclude *.py[co]

View File

@ -31,7 +31,7 @@ project_urls =
Documentation = https://allianceauth.readthedocs.io/ Documentation = https://allianceauth.readthedocs.io/
[options] [options]
packages = find: packages = find_namespace:
install_requires = install_requires =
bcrypt bcrypt
beautifulsoup4 beautifulsoup4
@ -72,3 +72,6 @@ test =
coverage>=4.3.1 coverage>=4.3.1
django-webtest django-webtest
requests-mock>=1.2.0 requests-mock>=1.2.0
[options.package_data]
* = *