Skip to content

Commit

Permalink
Delete setup.py
Browse files Browse the repository at this point in the history
Setup.py is no longer needed, as we use pyproject isntead now.
  • Loading branch information
FuzzyReality committed Nov 24, 2023
1 parent c9dd6c2 commit 86ad4af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 76 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
!src/isar
!src/robot_interface
!main.py
!setup.py
!pyproject.toml
!poetry.lock
!LICENSE
Expand Down
70 changes: 0 additions & 70 deletions setup.py

This file was deleted.

6 changes: 1 addition & 5 deletions src/isar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
from pkg_resources import DistributionNotFound, get_distribution
__version__ = "1.16.8"

try:
__version__ = get_distribution(__name__).version
except DistributionNotFound:
pass # package is not installed

0 comments on commit 86ad4af

Please sign in to comment.