Merge "Helper for Swift integration was added."
This commit is contained in:
commit
9eaa85371e
3
setup.py
3
setup.py
@ -28,7 +28,8 @@ setuptools.setup(
|
||||
packages=setuptools.find_packages(exclude=['bin']),
|
||||
package_data={'savanna': [
|
||||
'plugins/vanilla/resources/*.template',
|
||||
'plugins/vanilla/resources/*.xml'
|
||||
'plugins/vanilla/resources/*.xml',
|
||||
'swift/resources/*.xml',
|
||||
]},
|
||||
install_requires=requires,
|
||||
dependency_links=depend_links,
|
||||
|
Loading…
Reference in New Issue
Block a user