diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-06-18 12:17:09 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-06-18 12:17:09 +0200 |
commit | 1922cd5d9b182902586170927acb758f8a6f614c (patch) | |
tree | 4160bc15918865890a874d93e2536e94b1a88a22 | |
parent | 1a7f67274c9175f46a76c5ae0d8bde7ca2731014 (diff) | |
download | gitlab-1922cd5d9b182902586170927acb758f8a6f614c.tar.gz |
Fix changelog and release notes inclusion in sdist
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index e677be7..3cc3cdc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include COPYING AUTHORS ChangeLog requirements.txt test-requirements.txt rtd-requirements.txt +include COPYING AUTHORS ChangeLog.rst RELEASE_NOTES.rst requirements.txt test-requirements.txt rtd-requirements.txt include tox.ini .testr.conf .travis.yml recursive-include tools * recursive-include docs *j2 *.py *.rst api/*.rst Makefile make.bat |