Skip to content

Commit

Permalink
fix: add setup.py back
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 1, 2024
1 parent 1d77ea1 commit f7394be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from setuptools import setup

__version__ = "0.14.0"

setup(
name="nbiatoolkit",
version=__version__,
# And so on...
)

0 comments on commit f7394be

Please sign in to comment.