Skip to content
Snippets Groups Projects
Unverified Commit a684f931 authored by Benjamin Cumming's avatar Benjamin Cumming Committed by GitHub
Browse files

Update config and version for v0.4 (#1191)

parent a88f9c02
No related branches found
No related tags found
No related merge requests found
0.3.1-dev
0.4
......@@ -154,17 +154,21 @@ setuptools.setup(
'install': install_command,
},
author='The lovely Arbor devs.',
author='The Arbor dev team.',
url='https://github.com/arbor-sim/arbor',
description='High performance simulation of networks of multicompartment neurons.',
long_description=long_description,
long_description_content_type='text/markdown',
classifiers=[
'Development Status :: 4 - Beta', # Upgrade to "5 - Production/Stable" on release of v0.4
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: C++',
'Environment :: CUDA :: 10',
'Environment :: CUDA :: 11',
],
project_urls={
'Source': 'https://github.com/arbor-sim/arbor',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment