Skip to content

Commit e273c97

Browse files
committed
tweaking runfile.py to be standalone; added scripts to package
1 parent b6cd359 commit e273c97

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/runfile.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
import argparse
23
import cProfile
34
import json

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
long_description_content_type="text/markdown",
7373
include_package_data=True,
7474
keywords="grim",
75+
scripts=["scripts/build-imputation-validation.sh", "scripts/runfile.py"],
7576
packages=find_packages(
7677
include=[
7778
"grim",

0 commit comments

Comments
 (0)