Plugin is a namespace package
This commit is contained in:
parent
d6bfbea2af
commit
329e8d7fd6
|
@ -22,7 +22,9 @@ project_urls =
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
zip_safe = True
|
zip_safe = True
|
||||||
packages = find:
|
package_dir =
|
||||||
|
=pelican
|
||||||
|
packages = find_namespace:
|
||||||
platforms = any
|
platforms = any
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
install_requires =
|
install_requires =
|
||||||
|
@ -31,5 +33,8 @@ python_requires = >=3.7
|
||||||
setup_requires =
|
setup_requires =
|
||||||
setuptools_scm
|
setuptools_scm
|
||||||
|
|
||||||
|
[options.packages.find]
|
||||||
|
where = pelican
|
||||||
|
|
||||||
[bdist_wheel]
|
[bdist_wheel]
|
||||||
universal = 1
|
universal = 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user