File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
4747setup (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__ ),
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments