tantale / deprecated

Python @deprecated decorator to deprecate old python classes, functions or methods.
MIT License
301 stars 32 forks source link

Ensure that the license is packaged with the project #1

Closed mariusvniekerk closed 6 years ago

mariusvniekerk commented 6 years ago

sdist needs to contain license

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 96.429% when pulling 11adaefd0edfb1784c30d6daf2507fcc9c7fc17a on mariusvniekerk:patch-1 into 1d6319aa74318634764cb1138d2e7832f78844f9 on tantale:master.

tantale commented 6 years ago

Hi, Where have you seen that this is a requirement ?

mariusvniekerk commented 6 years ago

So according to the docs from https://packaging.python.org/guides/distributing-packages-using-setuptools/#manifest-in this is the standard way to do this. If this is not done then the license is not included in the packaged tarball.

We are also in the process of packing this with conda-forge here https://github.com/conda-forge/staged-recipes/pull/6146

The MIT license also requires that it be "be included in all copies or substantial portions of the Software."

tantale commented 5 years ago

Hi Marius, I have just release the project. Sorry for the delay (I was on holidays). Thanks for staying in tune. – Laurent.