diff options
| author | Michał Górny <mgorny@gentoo.org> | 2021-06-16 12:42:33 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2021-06-16 12:42:33 +0200 |
| commit | ce76a7c27b282cd2b1f692fbe6cb46b3d64891ad (patch) | |
| tree | f8ba0d400a483f0b6125fab01882c61648e6f6b9 /setup.cfg | |
| parent | fca0c5ed564500b7d69e33cb7ece5c24f40100a2 (diff) | |
| download | feedgenerator-ce76a7c27b282cd2b1f692fbe6cb46b3d64891ad.tar.gz | |
Fix setup.py warning
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
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ [sdist] -force-manifest = 1 +force_manifest = 1 |
