Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Oct 8, 2023
1 parent 4441421 commit 35224f4
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,5 +1,5 @@
from setuptools import setup, find_packages
from src import __version__
from src.__version__ import __version__
from pathlib import Path

this_directory = Path(__file__).parent
Expand All @@ -13,7 +13,7 @@
# install_requires=[
# "pandas",
# ],
# version=__version__,
version=__version__,
# other arguments omitted
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 35224f4

Please sign in to comment.