Closed calexandru2018 closed 4 years ago
find_packages() is used to automatically find and detect packages
Also, no need to specify which package data is to be included, since include_package_data = True already includes all data based on the MANIFEST.in file
include_package_data = True
MANIFEST.in
find_packages() is used to automatically find and detect packages
Also, no need to specify which package data is to be included, since
include_package_data = True
already includes all data based on theMANIFEST.in
file