We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create an empty namespace package sibilant.site
Example 1, a sibilant.site.requests module might provide macros for dealing with the requests library.
Example 2, sibilant.site.argparse might define a DSL for specifying command-line arguments.
The text was updated successfully, but these errors were encountered:
Use a native namespace package as per PEP-420 and the Packaging Namespace Packages Guide
Thus a directory sibilant/site/
This can contain .lspy and .py files (just not an init.lspy or init.py) named after existing packages. It can also be added to by separate eggs.
Sorry, something went wrong.
However, until such time as I have at least a single augmented module, setuptools doesn't support completely empty PEP-420 namespaces.
No branches or pull requests
Create an empty namespace package sibilant.site
Example 1, a sibilant.site.requests module might provide macros for dealing with the requests library.
Example 2, sibilant.site.argparse might define a DSL for specifying command-line arguments.
The text was updated successfully, but these errors were encountered: