Skip to content

Provide an avenue for zip_safe and keywords #87

@KevinTyrrell

Description

@KevinTyrrell

Both zip_safe and keywords elements are missing from setup.py.

Consider providing a small section where users can opt-in to define them.

ZIP_UNSAFE = None # Modify this variable to declare the project as unsafe to be ran while zipped
KEYWORDS = ""  # Modify this string to include comma separated keywords defining your project



setup(
    ...
    zip_safe = ZIP_UNSAFE is None,
    keywords = KEYWORDS,
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions