nazrulworld / fhir.resources

FHIR Resources https://www.hl7.org/fhir/resourcelist.html
https://pypi.org/project/fhir.resources/
Other
372 stars 104 forks source link

Remove "tests" from installed package #75

Closed ItayGoren closed 3 years ago

ItayGoren commented 3 years ago

Description

When installing the package, the "tests" folder is being installed which takes 10MB from the system. It might not sound a lot but when using AWS serverless applications, you have 250MB storage and 10MB can be critical. The problem is in the project "setup.py" by using "find_packages" which finds the tests directory. It needs to be filtered out.

What I Did

Opened a ticket 😃

nazrulworld commented 3 years ago

Thanks a lot, I will take care of it