8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
include MANIFEST.in
|
|
include *.c
|
|
include *.txt
|
|
recursive-include html *.html *.json
|
|
recursive-include html/_static *.png *.css *.js
|
|
recursive-include samples *.py
|
|
recursive-include test *.py *.sql
|