Skip to content

Commit

Permalink
[fix] update package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Bushmakin committed Nov 6, 2024
1 parent 35c2fd0 commit e57fa7a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def build_cmake(self, ext):


setup(name=PACKAGE_NAME,
version='0.2.40',
version='0.2.41',
description='A connector that allows to interact with Reindexer',
author='Igor Tulmentyev',
author_email='[email protected]',
Expand Down Expand Up @@ -91,11 +91,8 @@ def build_cmake(self, ext):
'tests/tests/test_namespace.py',
'tests/tests/test_metadata.py',
'tests/tests/__init__.py',
'tests/helpers/namespace.py',
'tests/helpers/sql.py',
'tests/helpers/items.py',
'tests/helpers/index.py',
'tests/helpers/metadata.py',
'tests/helpers/api.py',
'tests/helpers/base_helper.py',
'tests/helpers/log_helper.py',
'tests/helpers/__init__.py',
'tests/__init__.py'
Expand Down

0 comments on commit e57fa7a

Please sign in to comment.