Skip to content

Commit

Permalink
Release 0.0.3 (fix homepage).
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanmg committed Jun 30, 2022
1 parent e302f3d commit 30d7d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
long_description = fh.read()
setuptools.setup(
name='neuromorpho',
version='0.0.1',
version='0.0.3',
scripts=['neuromorpho'] ,
author="Stephan Grein",
author_email="[email protected]",
description="Query NeuroMorpho.org database via REST",
long_description="This PyPi project allows users to query the NeuroMorpho.org database via REST request conveniently from the command line with Python2 or Python3 and integrates thus readily into a batch workflow. Database can be queried for cell names and neurons are downloaded in the SWC format.",
long_description_content_type="text/markdown",
url="https://github.com/stephanmg/neuromorpho",
url="https://github.com/NeuroBox3D/neuromorpho",
packages=setuptools.find_packages(exclude=['tests']),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 30d7d5d

Please sign in to comment.