19 lines
510 B
Diff
19 lines
510 B
Diff
|
--- setup.py.smb 2023-04-19 14:26:32.084976435 -0400
|
||
|
+++ setup.py 2023-04-19 14:26:37.108981431 -0400
|
||
|
@@ -16,7 +16,7 @@
|
||
|
scripts=['mat2'],
|
||
|
install_requires=[
|
||
|
'mutagen',
|
||
|
- 'PyGObject',
|
||
|
+ 'GObject',
|
||
|
'pycairo',
|
||
|
],
|
||
|
packages=setuptools.find_packages(exclude=('tests', )),
|
||
|
--- mat2.egg-info/requires.txt.smb 2023-04-19 14:27:44.545048446 -0400
|
||
|
+++ mat2.egg-info/requires.txt 2023-04-19 14:27:51.505055364 -0400
|
||
|
@@ -1,3 +1,3 @@
|
||
|
mutagen
|
||
|
-PyGObject
|
||
|
+GObject
|
||
|
pycairo
|