DiamondLightSource / python-copier-template

Diamond's opinionated copier template for pure Python projects managed by pip
Apache License 2.0
5 stars 4 forks source link

Fix dist job where dist_name != package_name #28

Closed coretl closed 10 months ago

coretl commented 10 months ago

If the dist_name precedes package name alphabetically then it would pick the .egg-info file instead of the src directory. Exclude this