BioPandas / BioPandas/biopandas
Missing files in the PyPi tarball
Open
- Dominant language
- Python
- Stars
- 756
- Forks
- 119
- Avg merge
- 23h 8m
- Merged PRs (30d)
- 2
Description
Hi,
The setup.py has the lines:
```
package_data={'': ['LICENSE.txt',
'README.md',
'requirements.txt']
},
```
But the license and requirements files are not present in the 0.2.5 tarball, thus it is not possible to install the package from source.
Contributor guide
Research direction
Start by inspecting setup.py and rebuilding the 0.2.5 source distribution. Compare the resulting PyPI tarball contents with the expected LICENSE.txt and requirements.txt files; done means both files are included and the package can be installed from the source archive.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100