mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 12:16:10 +00:00
Use find_packages() in setup
This commit is contained in:
parent
becc953f6e
commit
75b01806ef
@ -52,7 +52,7 @@ setuptools.setup(
|
||||
],
|
||||
python_requires=">=3.7",
|
||||
package_dir={"": "src"},
|
||||
packages=["gometa", "gometa.configuration"],#TODO: Are these the right components?
|
||||
packages=setuptools.find_packages(where='./src'),
|
||||
include_package_data=True,
|
||||
package_data={"gometa": ["py.typed"]},
|
||||
entry_points={
|
||||
|
||||
0
metadata-ingestion/src/gometa/py.typed
Normal file
0
metadata-ingestion/src/gometa/py.typed
Normal file
Loading…
x
Reference in New Issue
Block a user