Skip to content

Commit

Permalink
build: 💚 Adding setup for python build
Browse files Browse the repository at this point in the history
Adding setup for python build

Building the package
  • Loading branch information
FabianHoerst committed Jan 12, 2024
1 parent 7e7bb45 commit 2f63c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from importlib.metadata import entry_points
from setuptools import find_packages, setup

VERSION = "2024.0.1a"
VERSION = "1.0.1b"
DESCRIPTION = "PathoPatch - Accelerating Artificial Intelligence Based Whole Slide Image Analysis with an Optimized Preprocessing Pipeline"
with open("README.md", "r") as fh:
LONG_DESCRIPTION = fh.read()
Expand Down

0 comments on commit 2f63c32

Please sign in to comment.