Skip to content
Snippets Groups Projects
Commit 80def1ba authored by s224389's avatar s224389
Browse files

Update setup.py

parent 7647ff10
No related branches found
No related tags found
No related merge requests found
...@@ -5,19 +5,19 @@ with open("README.md", "r", encoding="utf-8") as f: ...@@ -5,19 +5,19 @@ with open("README.md", "r", encoding="utf-8") as f:
long_description = f.read() long_description = f.read()
setup( setup(
name="ast2d", name="pt2d",
version="0.1.0", version="0.1.0",
author="Aske T. Rove, Christian L. Bjerregaard, Mikkel W. Breinstrup", author="Aske T. Rove, Christian L. Bjerregaard, Mikkel W. Breinstrup",
author_email="s224362@dtu.dk, s224389@dtu.dk, s224361@dtu.dk", author_email="s224362@dtu.dk, s224389@dtu.dk, s224361@dtu.dk",
description="Interactive path tracing in 2D medical images", description="Interactive path tracing in 2D medical images",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://lab.compute.dtu.dk/QIM/tools/ast2d", url="https://lab.compute.dtu.dk/QIM/tools/pt2d",
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
entry_points = { entry_points = {
'console_scripts': [ 'console_scripts': [
'ast2d=ast2d:main' 'pt2d=pt2d:main'
] ]
}, },
classifiers=[ classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment