Skip to content

Commit

Permalink
docs: 📝 Add authors and versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Feb 9, 2024
1 parent 5f50f9b commit ce5d272
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
description="Framework for easy composition of volumetric machine learning jobs.",
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
version="0.1.1",
url="https://github.com/funkelab/dacapo",
author="Jan Funke, Will Patton, Jeff Rhoades",
author_email="[email protected], [email protected], [email protected]",
version="0.2.0",
url="https://github.com/janelia-cellmap/dacapo",
author="Jan Funke, Will Patton, Jeff Rhoades, Marwan Zouinkhi",
author_email="[email protected], [email protected], [email protected], [email protected]",
license="MIT",
packages=find_packages(),
entry_points={"console_scripts": ["dacapo=dacapo.cli:cli"]},
Expand Down

0 comments on commit ce5d272

Please sign in to comment.