Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nschloe/setuptools-attr-bug


https://github.com/nschloe/setuptools-attr-bug

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

Reproducing the bug:

```
python3 -m build --sdist
```

```
ModuleNotFoundError: No module named 'rich'
```

Change the import order in `__init__.py` such that `__about__` comes first, and
it will succeed.