Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EasySettings uninstallable with setuptools>=59 #14

Open
ziima opened this issue Nov 16, 2021 · 0 comments
Open

EasySettings uninstallable with setuptools>=59 #14

ziima opened this issue Nov 16, 2021 · 0 comments

Comments

@ziima
Copy link
Contributor

ziima commented Nov 16, 2021

Installation of EasySeetings using setuptoosl>=59 fails with

      File "/usr/lib/python3.9/distutils/dist.py", line 1117, in write_pkg_info
        self.write_pkg_file(pkg_info)
      File "/app/.virtualenvs/ginger/lib/python3.9/site-packages/setuptools/dist.py", line 167, in write_pkg_file
        write_field('Summary', single_line(self.get_description()))
      File "/app/.virtualenvs/ginger/lib/python3.9/site-packages/setuptools/dist.py", line 151, in single_line
        raise ValueError('Newlines are not allowed')
    ValueError: Newlines are not allowed

The problem is the newline at the end of description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant