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

python-fastrpc: unworking sdist package #45

Open
rembish opened this issue Aug 16, 2017 · 0 comments
Open

python-fastrpc: unworking sdist package #45

rembish opened this issue Aug 16, 2017 · 0 comments

Comments

@rembish
Copy link
Contributor

rembish commented Aug 16, 2017

((python8.0.1)) $ ./setup.py sdist
running sdist
running egg_info
creating fastrpc.egg-info
writing fastrpc.egg-info/PKG-INFO
writing top-level names to fastrpc.egg-info/top_level.txt
writing dependency_links to fastrpc.egg-info/dependency_links.txt
writing manifest file 'fastrpc.egg-info/SOURCES.txt'
reading manifest file 'fastrpc.egg-info/SOURCES.txt'
writing manifest file 'fastrpc.egg-info/SOURCES.txt'
running check
creating fastrpc-8.0.1
creating fastrpc-8.0.1/fastrpc.egg-info
copying files to fastrpc-8.0.1...
copying README -> fastrpc-8.0.1
copying fastrpc.py -> fastrpc-8.0.1
copying fastrpcmodule.cc -> fastrpc-8.0.1
copying pyerrors.cc -> fastrpc-8.0.1
copying pythonbuilder.cc -> fastrpc-8.0.1
copying pythonfeeder.cc -> fastrpc-8.0.1
copying pythonserver.cc -> fastrpc-8.0.1
copying setup.py -> fastrpc-8.0.1
copying fastrpc.egg-info/PKG-INFO -> fastrpc-8.0.1/fastrpc.egg-info
copying fastrpc.egg-info/SOURCES.txt -> fastrpc-8.0.1/fastrpc.egg-info
copying fastrpc.egg-info/dependency_links.txt -> fastrpc-8.0.1/fastrpc.egg-info
copying fastrpc.egg-info/top_level.txt -> fastrpc-8.0.1/fastrpc.egg-info
Writing fastrpc-8.0.1/setup.cfg
creating dist
Creating tar archive
removing 'fastrpc-8.0.1' (and everything under it)

So outgoing tarball doesn't contain any header file. Can be fixed using MANIFEST.in:

include *.h
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

No branches or pull requests

1 participant