Install CONTRIBUTING.rst with MANIFEST.in

Without CONTRIBUTING.rst filoe, documentation is not buildable:
docs/contributing.rst:1: WARNING: Problems with "include" directive path:
InputError: [Errno 2] No such file or directory: 'CONTRIBUTING.rst'.
This commit is contained in:
Ondřej Nový 2018-09-18 09:48:16 +02:00 committed by David Lord
parent 1c92c02c4a
commit a0ac95cc53
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -1,4 +1,4 @@
include Makefile CHANGES.rst LICENSE AUTHORS tox.ini
include Makefile CHANGES.rst CONTRIBUTING.rst LICENSE AUTHORS tox.ini
graft artwork
graft tests