USEPA / standardizedinventories

Standardized Release and Waste Inventories
MIT License
25 stars 16 forks source link

config.yaml is not being included when installing #30

Closed m-jamieson closed 4 years ago

m-jamieson commented 4 years ago

Receive error: FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/jamiesom/AppData/Roaming/Python/Python37/site-packages/chemicalmatcher/config.yaml' After installing electricitylci via pip. I suspect the package data for setup.py here needs to be modified to include the file.

WesIngwersen commented 4 years ago

Causing electricitylci main to fail

WesIngwersen commented 4 years ago

@jump2conclusionsmatt yes i suspect you are right that we need to specifiy those config.yaml files in the setup..the one in stewi is getting installed but there is also one missing in facilitymatcher

WesIngwersen commented 4 years ago

After addition to package data in setup of the two files i confirmed they do get installed when installing from pip into the site-packages