Skip to content

Commit

Permalink
Chore: Improve setup.py and setup.cfg
Browse files Browse the repository at this point in the history
- Update keywords: Use `cratedb`
- Don't build universal wheels, Python 2 is a thing of the past
  • Loading branch information
amotl committed Nov 4, 2024
1 parent d28c4f2 commit 5fcff41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[wheel]
universal=1

[flake8]
ignore = E501, C901, W503, E741
exclude = tabulate.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 5fcff41

Please sign in to comment.