Skip to content

Commit

Permalink
2rbet
Browse files Browse the repository at this point in the history
  • Loading branch information
Goekdeniz-Guelmez committed Jul 31, 2024
1 parent a7cc9d1 commit 1dcb70f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
print("\n\n\n\nWarning: requirements.txt not found. Proceeding without dependencies.\n\n\n\n")
requirements = []

# Import the version from the package
version = {}
version_file = root_dir / "KANama/model/version.py"
if version_file.exists():
with open(version_file) as f:
exec(f.read(), version)
else:
raise FileNotFoundError(f"\n\n\n\nVersion file {version_file} not found\n\n\n\n")

# Setup configuration
setup(
name="KANama",
Expand Down

0 comments on commit 1dcb70f

Please sign in to comment.