Skip to content
Snippets Groups Projects
Commit 9ca1990a authored by Dan McGee's avatar Dan McGee
Browse files

setup.py: Make sdist command work


I have no idea how the last namcap release tarball was built, but sdist was
busted because it didn't include in the tarball a lot of the files we try to
install. Fix it up by adding a MANIFEST.in file used by distutils.

Now, to make a tarball, one can just do:
  ./setup.py sdist

Signed-off-by: default avatarDan McGee <dan@archlinux.org>
parent 9bfd9c87
No related branches found
Tags 20200108
No related merge requests found
MANIFEST
build/
dist/
*.pyc
*.swp
*~
include namcap.1
include namcap-tags
include README AUTHORS TODO
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment