Skip to content

Commit

Permalink
fixing missing package_data file
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Jul 30, 2024
1 parent 2e55532 commit e09f5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

setup(
name="reasoner-transpiler",
version="2.2.0",
version="2.2.1",
author="Patrick Wang",
author_email="[email protected]",
maintainer="Evan Morris",
maintainer_email="[email protected]",
url="https://github.com/ranking-agent/reasoner-transpiler",
description="TRAPI → Cypher transpiler",
packages=["reasoner_transpiler"],
package_data={"reasoner_transpiler": ["attribute_types.json"]},
package_data={"reasoner_transpiler": ["attribute_types.json", "value_types.json"]},
install_requires=[
"bmt==1.4.4",
],
Expand Down

0 comments on commit e09f5e5

Please sign in to comment.