klen / pylama

Code audit tool for python.
MIT License
1.05k stars 99 forks source link

Remove newline from description to fix setuptools warning #201

Closed sbraz closed 2 years ago

sbraz commented 3 years ago

Hi, This fixes the following warning:

"UserWarning: newlines not allowed and will break in the future".

klen commented 2 years ago

@sbraz Thank you for the PR!