mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
21 lines
507 B
Plaintext
21 lines
507 B
Plaintext
exclude test
|
|
include MANIFEST.in
|
|
include LICENSE.txt
|
|
include setup.py
|
|
include run.sh
|
|
include universe.py
|
|
include universe.conf
|
|
include tool_conf.xml
|
|
include *.sample
|
|
recursive-include tools *.py *.xml *.pl
|
|
recursive-include static *.html *.png *.gif *.rst *.css *.js
|
|
recursive-include templates *.tmpl
|
|
recursive-include modules *.py
|
|
recursive-include test *.py *.txt
|
|
recursive-include arch *.pyd *.so *.lib *.dll
|
|
include database/info.txt
|
|
include database/files/info.txt
|
|
include database/import/info.txt
|
|
|
|
|