question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Why is setup.py empty?

See original GitHub issue

The project looks great, but manipulating the PYTHONPATH or appending paths to the sys.path at runtime is a bit unconventional. 😄 I think populating the setup.py could make this a bit more easy to install. WDYT?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
frankseidecommented, Aug 10, 2020

That would be super-helpful! We are not too familiar with the setup process. Thanks!!

0reactions
frankseidecommented, Aug 11, 2020

PR approved, soon to be merged. Thanks for your contribution!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installed module is empty - python - Stack Overflow
It is because of setuptools.find_packages , when calling it without any parameters it looks for packages in the ...
Read more >
A Practical Guide to Using Setup.py - GoDataDriven
It could even be an empty package; just make sure the package folder exists and contains a file named __init__.py (which may be...
Read more >
2. Writing the Setup Script — Python 3.11.1 documentation
The keys to this dictionary are package names, and an empty package name stands for the root package. The values are directory names...
Read more >
setuptools version - GitHub
Create a package with the Python source under src/ and with pyproject.toml containing package metadata. Add an empty setup.cfg or minimal setup.
Read more >
7 Ways to Include Non-Python Files into the Python Package
An empty package will work too. What's necessary is that the Python package folder exists. Note: Install the latest version of setuptools using...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found