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 1827960 commit ea3ab4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 77 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.

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

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

0 comments on commit ea3ab4e

Please sign in to comment.