getpelican / feedgenerator

Standalone version of Django's feedgenerator module
BSD 3-Clause "New" or "Revised" License
52 stars 23 forks source link

Do not include unneeded files in source tarball #12

Closed ikalnytskyi closed 6 years ago

ikalnytskyi commented 7 years ago

We should not greedy include everything that matches *.py as it may result into bundling such trash (from packaging point of view) as .tox directory. By default, setuptools include the package itself, and we bundle tests and some other files explicitly in MANIFEST.in.

Closes #9

jorgesumle commented 6 years ago

@justinmayer, I think this should be merged, can you have a look?

justinmayer commented 6 years ago

Thank you for the improvement, Ihor.