Skip to content

Commit

Permalink
Merge pull request #32 from BlueBrain/update-setup
Browse files Browse the repository at this point in the history
Update setup.py metadata
  • Loading branch information
ilkilic authored Aug 30, 2023
2 parents de830e6 + a9c74cc commit 665b7e6
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,18 @@

setup(
name="bluepyemodel",
use_scm_version={
'version_scheme': 'python-simplified-semver',
'local_scheme': 'no-local-version'
},
setup_requires=['setuptools_scm'],
author="Blue Brain Project, EPFL",
author_email="",
version=VERSION,
description="Blue Brain Python E-Model Building Library",
long_description=README,
long_description_content_type="text/x-rst",
license="Apache 2.0",
license="Apache-2.0",
install_requires=[
"numpy",
"scipy",
Expand Down Expand Up @@ -85,4 +90,20 @@
packages=find_packages(),
include_package_data=True,
package_data={"": ["data/*.npy"]},
keywords=[
'computational neuroscience',
'simulation',
'analysis',
'parameters',
'Blue Brain Project'],
url="https://github.com/BlueBrain/BluePyEModel",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX',
'Topic :: Scientific/Engineering',
'Programming Language :: Python :: 3',
'Topic :: Utilities',
],
)

0 comments on commit 665b7e6

Please sign in to comment.