Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuesch committed Jun 17, 2023
1 parent 73e86db commit dd93704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
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

Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit dd93704

Please sign in to comment.