Skip to content

Commit 5e7f27e

Browse files
committed
update package data
1 parent 72478d4 commit 5e7f27e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Diff for: docsrc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. markovchain documentation master file, created by
1+
.. pygtkdrawingwindow documentation master file, created by
22
sphinx-quickstart on Fri Oct 13 21:46:09 2017.
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.

Diff for: pygtkdrawingwindow/deps.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from gi.repository.GdkPixbuf import Pixbuf, PixbufAnimation
4040

4141
try:
42-
from gi.repository.GLib import TimeVal # pylint:disable=import-error,no-name-in-module
42+
from gi.repository.GLib import TimeVal
4343
except ImportError:
4444
TimeVal = None
4545

@@ -74,6 +74,7 @@ def error():
7474
glib.GError
7575
"""
7676
raise glib.GError('missing rsvg module')
77+
7778
def __init__(self, *_):
7879
"""Throw missing module error.
7980
@@ -87,6 +88,7 @@ def __init__(self, *_):
8788
glib.GError
8889
"""
8990
self.error()
91+
9092
@classmethod
9193
def new_from_file(cls, *_):
9294
"""Throw missing module error.

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def tests():
1717
setup(
1818
name='pygtkdrawingwindow',
1919
version='0.1.0',
20-
description='',
20+
description='PyGTK/PyGObject drawing widgets',
2121
long_description=README,
2222
classifiers=[
2323
'Development Status :: 4 - Beta',
@@ -32,7 +32,7 @@ def tests():
3232
'Topic :: Software Development :: Libraries :: Python Modules',
3333
'Topic :: Software Development :: Widget Sets'
3434
],
35-
keywords='gtk',
35+
keywords='gtk widget',
3636
url='https://github.com/dead-beef/pygtkdrawingwindow',
3737
author='dead-beef',
3838
license='MIT',

0 commit comments

Comments
 (0)