Skip to content

Commit

Permalink
Sireader as git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
daxartio committed Nov 8, 2018
1 parent 4b33f20 commit 205abc1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1,268 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "sportorg/libs/sireader"]
path = sportorg/libs/sireader
url = https://github.com/sportorg/sireader.git
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
# command to install dependencies
install:
- pip install -r requirements.txt
- git submodule init
# command to run tests
script:
- python SportOrg_test.py
Expand Down
25 changes: 1 addition & 24 deletions README.md
Expand Up @@ -4,6 +4,7 @@

```commandline
pip install -r requirements.txt
git submodule init
```

Run
Expand All @@ -12,30 +13,6 @@ Run
python SportOrg.pyw
```

## Struct

```
<sportorg>/
data/
docs/
log/
templates/
test/
img/
icon/
languages/
<lang>/
LC_MESSAGES/
sportorg.po
sportorg/
core/
gui/
models/
modules/
libs/
utils/
```

![Mainwindow sportorg](img/mainwindow.png)

![Dialogedit sportorg](img/dialogedit.png)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -5,7 +5,7 @@ sireader==1.1.1
jinja2==2.10
polib==1.0.8
cx_Freeze==5.1.1
requests==2.18.4
requests>=2.20.0
pywinusb==0.4.2
playsound==1.2.2
docxtpl==0.5.0
Expand Down
1 change: 1 addition & 0 deletions sportorg/libs/sireader
Submodule sireader added at 4a8f83
Empty file.

0 comments on commit 205abc1

Please sign in to comment.