소스 검색

add xml templates to setup.py

Matej Cotman 11 년 전
부모
커밋
2f7080383b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      setup.py

+ 1
- 0
setup.py 파일 보기

62
             '../README.rst',
62
             '../README.rst',
63
             'static/*/*',
63
             'static/*/*',
64
             'translations/*/*/*',
64
             'translations/*/*/*',
65
+            'templates/*.xml',
65
             'templates/*.html',
66
             'templates/*.html',
66
             'templates/result_templates/*.html',
67
             'templates/result_templates/*.html',
67
         ],
68
         ],