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

cope with setuptools >= 61.0.0 #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

scgbckbone
Copy link
Collaborator

  • context: [BUG] No longer possible to have multiple py files at top level pypa/setuptools#4013
  • all python installation with >= 61.0.0 will create broken package after pip install -e . with error ModuleNotFoundError
  • this change is backward-compatible and tested with older setuptools
  • it would maybe be better to organize repo "correctly" as python package (i.e creating subdirectory ckbunker with __init__.py), then we can just list package=["ckbunker"] in setup.py

@scgbckbone scgbckbone requested a review from doc-hex August 6, 2024 11:12
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