From 77dd1033c562a953a9b1524c80166b93a3bd7f7f Mon Sep 17 00:00:00 2001 From: Matt Jia Date: Aug 11 2017 04:49:03 +0000 Subject: a few tweaks for publishing tarballs --- diff --git a/.gitignore b/.gitignore index fc35049..afd8bd1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,11 @@ eggs/ *egg-info/ *.egg /rpmbuild-output/ +/env*/ +conf/settings.py +review-greenwave +*.src.rpm + # Vim temporary files *~ diff --git a/MANIFEST.in b/MANIFEST.in index 1f707df..b5db003 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,8 @@ +global-exclude *.pyc *.pyo include COPYING README.md requirements.txt dev-requirements.txt include pytest.ini +include run-dev-server.py +include tox.ini recursive-include conf * +exclude conf/settings.py recursive-include docs *.py *.rst *.inv Makefile