Skip to content

Commit

Permalink
try to fix import package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliap committed Mar 8, 2024
1 parent 559010f commit cd37760
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
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = "0.1.6"
version = "0.1.7"

install_requires = ["numpy", "polars>=0.20.5", "pandas"]

Expand All @@ -14,7 +14,7 @@
setup(
name="roll_rate_analysis",
version=version,
package_dir={"": "src/"},
package_dir={"roll_rate_analysis": "src/roll_rate_analysis"},
author="Alexandros Liapatis",
author_email="alexanrosliapates@gmail.com",
packages=find_packages(where="src/", exclude=["tests"]),
Expand Down

0 comments on commit cd37760

Please sign in to comment.