Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Install should include xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
yorinasub17 committed Aug 21, 2014
1 parent 5b84d9f commit 3b59809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -10,6 +10,7 @@
author_email='yoriy@captricity.com',
url='https://github.com/Captricity/mocurly',
packages=find_packages(exclude=("tests", "tests.*")),
package_data={'mocurly': ['templates/*.xml']},
install_requires=install_requires,
test_suite = 'tests'
)

0 comments on commit 3b59809

Please sign in to comment.