Skip to content
Snippets Groups Projects
Commit 8a237bc8 authored by s224389's avatar s224389
Browse files

Solving gui not being added to pypi

parent 2665e9ce
Branches
No related tags found
No related merge requests found
......@@ -6,14 +6,14 @@ with open("README.md", "r", encoding="utf-8") as f:
setup(
name="pt2d",
version="0.1.0",
version="0.1.1",
author="Aske T. Rove, Christian L. Bjerregaard, Mikkel W. Breinstrup",
author_email="s224362@dtu.dk, s224389@dtu.dk, s224361@dtu.dk",
description="Interactive path tracing in 2D medical images",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://lab.compute.dtu.dk/QIM/tools/pt2d",
packages=find_packages(),
packages=find_packages(include=["pt2d", "pt2d.*"]),
include_package_data=True,
entry_points = {
'console_scripts': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment