Spirit/MANIFEST.in
Esteban Castro Borsani 6dc6c87a04 Feature/install (#193)
* add yarn

* spirit startproject command

* readme usage

* remove example from travis

* readme run tests

* exit instead of raise

* remove yarn.lock

* core.conf settings

* django.conf.settings -> core.conf.settings everywhere

* editorconfig makefiles

* docs

* core.conf.defaults docs

* installation docs

* upgrade docs

* update history

* spirit.settings deprecation warning

* update readme
2017-09-24 12:38:54 -03:00

13 lines
210 B
Plaintext

include MANIFEST.in
include LICENSE
include README.md
include HISTORY.md
include requirements.txt
graft spirit
global-exclude __pycache__
global-exclude *.py[co]
global-exclude .git*
global-exclude .DS_Store