We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running sdist running check warning: sdist: manifest template 'MANIFEST.in' does not exist (using default file list)
writing manifest file 'MANIFEST' creating peabody-0.2.0 creating peabody-0.2.0/bin creating peabody-0.2.0/peabody making hard links in peabody-0.2.0... hard linking README.txt -> peabody-0.2.0 hard linking setup.py -> peabody-0.2.0 hard linking bin/peabody -> peabody-0.2.0/bin hard linking peabody/init.py -> peabody-0.2.0/peabody creating dist Creating tar archive removing 'peabody-0.2.0' (and everything under it)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
running sdist
running check
warning: sdist: manifest template 'MANIFEST.in' does not exist (using default file list)
writing manifest file 'MANIFEST'
creating peabody-0.2.0
creating peabody-0.2.0/bin
creating peabody-0.2.0/peabody
making hard links in peabody-0.2.0...
hard linking README.txt -> peabody-0.2.0
hard linking setup.py -> peabody-0.2.0
hard linking bin/peabody -> peabody-0.2.0/bin
hard linking peabody/init.py -> peabody-0.2.0/peabody
creating dist
Creating tar archive
removing 'peabody-0.2.0' (and everything under it)
The text was updated successfully, but these errors were encountered: