getpelican / feedgenerator

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

Fix setup.py warning #25

Closed mgorny closed 3 years ago

mgorny commented 3 years ago

Fix the following warning:

/usr/lib/python3.10/site-packages/setuptools/dist.py:691: UserWarning: Usage of dash-separated 'force-manifest' will not be supported in future versions. Please use the underscore name 'force_manifest' instead
justinmayer commented 3 years ago

Thank you for the fix, @mgorny!