Try without package_dir

This commit is contained in:
Jonathan Sundqvist 2021-07-05 10:13:12 +02:00
parent 329e8d7fd6
commit 4c7efae130

View File

@ -22,8 +22,6 @@ project_urls =
[options] [options]
zip_safe = True zip_safe = True
package_dir =
=pelican
packages = find_namespace: packages = find_namespace:
platforms = any platforms = any
include_package_data = True include_package_data = True
@ -33,8 +31,5 @@ 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