Skip to content

Commit

Permalink
bump version, remove email, update author (#684)
Browse files Browse the repository at this point in the history
* add pyproject.toml to comply with pep518
  • Loading branch information
mgeplf authored Apr 17, 2018
1 parent 3d225d4 commit a92e953
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
# Minimum requirements for the build system to execute.
requires = ["setuptools", "wheel"] # PEP 508 specifications.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from setuptools import find_packages


VERSION = "1.4.5"
VERSION = "1.4.6"

REQS = ['enum34>=1.0.4',
'future>=0.16.0',
Expand All @@ -49,9 +49,8 @@

config = {
'description': 'NeuroM: a light-weight neuron morphology analysis package',
'author': 'BBP Algorithm Development Team',
'author': 'BBP Neuroscientific Software Engineering',
'url': 'http://https://github.com/BlueBrain/NeuroM',
'author_email': '[email protected]',
'version': VERSION,
'install_requires': REQS,
'packages': find_packages(),
Expand Down

0 comments on commit a92e953

Please sign in to comment.