Change the location of the topology json schema

Fix #415
This commit is contained in:
Julien Duponchelle
2015-06-10 17:04:38 +02:00
parent c202399eb6
commit 7466bda816
13 changed files with 4256 additions and 4246 deletions

View File

@@ -64,7 +64,7 @@ setup(
},
packages=find_packages(".", exclude=["docs", "tests"]),
include_package_data=True,
package_data={"gns3": ["configs/*.txt", "resources/*.json"]},
package_data={"gns3": ["configs/*.txt", "schemas/*.json"]},
platforms="any",
classifiers=[
"Development Status :: 4 - Beta",