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

Add warning on support of attr: directive #806

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/guides/single-sourcing-package-version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ number of your project:
analysis so that ``attr:`` can function without having to import any of
the package's dependencies.

Also, please be aware that declarative config indicators, including the
``attr:`` directive, are not supported in parameters to ``setup.py``.

#. Use an external build tool that either manages updating both locations, or
offers an API that both locations can use.
Expand Down