diff --git a/setup.cfg b/setup.cfg index 47ae731..29ecb2f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[wheel] -universal=1 - [flake8] ignore = E501, C901, W503, E741 exclude = tabulate.py diff --git a/setup.py b/setup.py index cfae1d2..ff63d8a 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def read(path): long_description_content_type='text/x-rst', platforms=['any'], license='Apache License 2.0', - keywords='crate db data client shell', + keywords='cratedb db data client shell', packages=['crate.crash'], package_dir={"": "src"}, entry_points={