Skip to content

BUG: add setuptools runtime dependency#127

Draft
Mirochill wants to merge 1 commit into
botcity-dev:mainfrom
Mirochill:fix-119-add-setuptools-runtime
Draft

BUG: add setuptools runtime dependency#127
Mirochill wants to merge 1 commit into
botcity-dev:mainfrom
Mirochill:fix-119-add-setuptools-runtime

Conversation

@Mirochill
Copy link
Copy Markdown

Summary

  • add setuptools to the runtime requirements
  • keep requirements.txt as the single source used by setup.py for install_requires
  • ensure Python 3.12+ environments install the package that still provides the distutils compatibility layer expected by this stack

Validation

  • git diff --check HEAD~1..HEAD
  • rg -n setuptools|distutils requirements.txt setup.py botcity tests examples -S
  • Not run locally: tests, linter, install/build

Closes #119

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.

ModuleNotFoundError | distutils

1 participant