aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-ruamel.std.pathlib/python3.7.patch
blob: b0e02c0b97324303125700e8a8171cb8033a1693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/__init__.py b/__init__.py
index 3f4ace5..9e71492 100644
--- a/__init__.py
+++ b/__init__.py
@@ -14,6 +14,7 @@ _package_data = dict(
     extras_require={
         ':python_version<="3.4"': ['pathlib2', ],
     },
+    keywords='',
     license='MIT License',
     universal=True,
     tox=dict(