Skip to content

Commit c5ff501

Browse files
author
J-Pascal Mercier
committed
Added executability to script
1 parent ec70674 commit c5ff501

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

setup.py

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
from setuptools import setup
24
setup(
35
name = "PyMiSCID",

update_codebench.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/sh
12
DIR="pymiscid/codebench"
23
FILES="events.py wref.py xml.py generator.py decorators.py"
34
rm -rf ${DIR}

0 commit comments

Comments
 (0)