-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/usr/bin/env python3 | ||
# -*- coding: utf-8 -*- | ||
|
||
from __future__ import print_function | ||
|
||
|
@@ -70,7 +71,7 @@ def pyCythonPatchLine(line): | |
version = VERSION_STRING, | ||
description = "Python PROFIBUS module", | ||
license = "GNU General Public License v2 or later", | ||
author = "Michael Buesch", | ||
author = "Michael Büsch", | ||
author_email = "[email protected]", | ||
url = "https://bues.ch/a/profibus", | ||
scripts = [ "gsdparser", | ||
|