Why is setup.py empty?
See original GitHub issueThe 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:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That would be super-helpful! We are not too familiar with the setup process. Thanks!!
PR approved, soon to be merged. Thanks for your contribution!