Skip to content

Commit

Permalink
bring back versioning to the package (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
asanin-epfl committed Apr 16, 2021
1 parent 120e47f commit 368eb99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 0 additions & 16 deletions package.json

This file was deleted.

2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
# pylint: disable=R0801
from setuptools import find_packages, setup


setup(
description='NeuroM: a light-weight neuron morphology analysis package',
author='Blue Brain Project, EPFL',
Expand Down Expand Up @@ -69,5 +70,6 @@
'Programming Language :: Python :: 3.8',
'Topic :: Scientific/Engineering :: Bio-Informatics',
],
use_scm_version={"local_scheme": "no-local-version"},
setup_requires=['setuptools_scm'],
)

0 comments on commit 368eb99

Please sign in to comment.