Skip to content

Commit

Permalink
setup.py: package all jsons in inputs/
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Feb 12, 2016
1 parent 325b9fb commit 64f854e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,12 @@

import re
import sys
import glob

from setuptools import setup, find_packages

data_files = {
"share/osbs": [
"inputs/image_stream.json",
"inputs/prod.json",
"inputs/prod_inner.json",
"inputs/simple.json",
"inputs/simple_inner.json",
],
"share/osbs": glob.glob("inputs/*.json"),
}

def _get_requirements(path):
Expand Down

0 comments on commit 64f854e

Please sign in to comment.