mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
12 lines
308 B
Diff
12 lines
308 B
Diff
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(
|