AUTHORS.md
, HISTORY.md
and LICENSE
installed outside the packages
#416
Labels
bug
Something isn't working
minos-broker-kafka
minos-broker-rabbitmq
minos-database-aiopg
minos-database-lmdb
minos-discovery-kong
minos-discovery-minos
minos-microservice-aggregate
minos-microservice-common
minos-microservice-cqrs
minos-microservice-networks
minos-microservice-saga
minos-rest-aiohttp
minos-router-graphql
Milestone
We have been facing an issue while downgrading packages within our Docker images related to
AUTHORS.md
not being found.The problem is that the following
pyproject
configuration adds those files to the wheel distribution but outside the package itself.If you download the wheel and take a look, they are outside of
minos
.Another way to see the problem is by running
pip -V
and moving to the installation directory. The files are there among each other package.Since the
LICENSE
already gets imported within the wheel distribution info and the other packages aren't actually important for distribution, I propose to delete thatpyproject
configuration.The text was updated successfully, but these errors were encountered: