Skip to content

Commit a8b00e8

Browse files
committed
src - Small fixes
1 parent a2abdd7 commit a8b00e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overpy/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"__license__",
66
"__summary__",
77
"__title__",
8-
"__uri__",
8+
"__url__",
99
"__version__",
1010
]
1111

@@ -19,4 +19,4 @@
1919
__email__ = ""
2020

2121
__license__ = "MIT"
22-
__copyright__ = "Copyright 2014 %s" % __author__
22+
__copyright__ = "Copyright 2014 %s" % __author__

0 commit comments

Comments
 (0)