brightway-lca / pyilcd

A Python package that converts ILCD XML formats to their Python equivalents and export the same data back to XML.
Other
2 stars 2 forks source link

Packaging is broken #1

Closed cmutel closed 11 months ago

cmutel commented 11 months ago

setup.cfg needs the following section:

[options.package_data]
pyilcd = schemas/*.xsd

Found by looking at pyecospold, which works :p

sami-m-g commented 11 months ago

Fixed with c5b8133.