mirror of
https://github.com/QingdaoU/Spirit.git
synced 2024-12-28 07:22:07 +00:00
6dc6c87a04
* 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
13 lines
210 B
Plaintext
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
|