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

Support setuptools.setup #85

Closed
mnonnenmacher opened this issue Oct 18, 2022 · 0 comments · Fixed by #66
Closed

Support setuptools.setup #85

mnonnenmacher opened this issue Oct 18, 2022 · 0 comments · Fixed by #66

Comments

@mnonnenmacher
Copy link

Currently python-inspector expects that setup.py uses:

from setuptools import setup

setup(
  ...
)

If this syntax is used, python-inspector fails with an exception:

import setuptools

setuptools.setup(
  ...
)
File ".../python_inspector/setup_py_live_eval.py", line 63, in iter_requirements
    assert g["setup"]  # silence warning about unused imports
@TG1999 TG1999 linked a pull request Oct 28, 2022 that will close this issue
TG1999 pushed a commit that referenced this issue Aug 15, 2024
Update CSS to widen page and handle mobile #84
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 a pull request may close this issue.

1 participant