Skip to content

Commit 29b7b3b

Browse files
committed
changed contact mail address
added stub test files to make sure at least syntax is checked
1 parent f77e676 commit 29b7b3b

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:platform: Unix
55
:synopsis: TODO.
66
7-
.. moduleauthor:: Aljosha Friemann aljosha.friemann@gmail.com
7+
.. moduleauthor:: Aljosha Friemann a.friemann@automate.wtf
88
99
"""
1010

@@ -46,7 +46,7 @@ def check_version_against_tag():
4646

4747
setup(name = "scriptler",
4848
author = "Aljosha Friemann",
49-
author_email = "aljosha.friemann@gmail.com",
49+
author_email = "a.friemann@automate.wtf",
5050
description = "manage scripts from different sources",
5151
url = "https://www.github.com/afriemann/scriptler",
5252
download_url = "https://github.com/AFriemann/scriptler/archive/{}.tar.gz".format(__version__),

tests/cli.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# -*- coding: utf-8 -*-
2+
"""
3+
.. module:: TODO
4+
:platform: Unix
5+
:synopsis: TODO.
6+
7+
.. moduleauthor:: Aljosha Friemann a.friemann@automate.wtf
8+
9+
"""
10+
11+
from scriptler import cli

tests/scripts.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# -*- coding: utf-8 -*-
2+
"""
3+
.. module:: TODO
4+
:platform: Unix
5+
:synopsis: TODO.
6+
7+
.. moduleauthor:: Aljosha Friemann a.friemann@automate.wtf
8+
9+
"""
10+
11+
from scriptler import scripts

tests/sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:platform: Unix
55
:synopsis: TODO.
66
7-
.. moduleauthor:: Aljosha Friemann aljosha.friemann@gmail.com
7+
.. moduleauthor:: Aljosha Friemann a.friemann@automate.wtf
88
99
"""
1010

0 commit comments

Comments
 (0)