mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 22:10:16 +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/
|
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]
|
||||||
|
* = *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user