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

Fix newlines in description. #4

Merged
merged 1 commit into from
Nov 15, 2021
Merged

Fix newlines in description. #4

merged 1 commit into from
Nov 15, 2021

Conversation

mithro
Copy link
Member

@mithro mithro commented Nov 15, 2021

Fixes the following error;

    File "env/lib/python3.7/site-packages/setuptools/dist.py", line 167, in write_pkg_file
      write_field('Summary', single_line(self.get_description()))
    File "env/lib/python3.7/site-packages/setuptools/dist.py", line 151, in single_line
      raise ValueError('Newlines are not allowed')
  ValueError: Newlines are not allowed

Signed-off-by: Tim 'mithro' Ansell [email protected]

Fixes the following error;
```
    File "env/lib/python3.7/site-packages/setuptools/dist.py", line 167, in write_pkg_file
      write_field('Summary', single_line(self.get_description()))
    File "env/lib/python3.7/site-packages/setuptools/dist.py", line 151, in single_line
      raise ValueError('Newlines are not allowed')
  ValueError: Newlines are not allowed
```

Signed-off-by: Tim 'mithro' Ansell <[email protected]>
@mithro mithro merged commit 16cebd4 into SymbiFlow:master Nov 15, 2021
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

Successfully merging this pull request may close these issues.

1 participant