mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 14:00:17 +02:00
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:
commit
e81a66b74b
@ -1,7 +0,0 @@
|
||||
include LICENSE
|
||||
include README.md
|
||||
include MANIFEST.in
|
||||
graft allianceauth
|
||||
|
||||
global-exclude __pycache__
|
||||
global-exclude *.py[co]
|
@ -31,7 +31,7 @@ project_urls =
|
||||
Documentation = https://allianceauth.readthedocs.io/
|
||||
|
||||
[options]
|
||||
packages = find:
|
||||
packages = find_namespace:
|
||||
install_requires =
|
||||
bcrypt
|
||||
beautifulsoup4
|
||||
@ -72,3 +72,6 @@ test =
|
||||
coverage>=4.3.1
|
||||
django-webtest
|
||||
requests-mock>=1.2.0
|
||||
|
||||
[options.package_data]
|
||||
* = *
|
||||
|
Loading…
x
Reference in New Issue
Block a user