Skip to content

Commit

Permalink
Merge 7189e5c into b5c0c2d
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-stokes committed Oct 5, 2018
2 parents b5c0c2d + 7189e5c commit a5caef7
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 1 deletion.
81 changes: 81 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
authors:
- affiliation: University Of Manchester
email: alan.stokes-2@manchester.ac.uk
family-names: Stokes
given-names: Alan
orcid: https://orcid.org/0000-0002-6110-1484
website: http://www.cs.man.ac.uk/~stokesa6/
- affiliation: University Of Manchester
email: Andrew.Rowley@manchester.ac.uk
family-names: Rowley
given-names: Andrew
orcid: https://orcid.org/0000-0002-2646-8520
website: https://www.researchgate.net/profile/Andrew_Rowley2
- affiliation: University Of Manchester
email: Andrew.Gait@manchester.ac.uk
family-names: Gait
given-names: Andrew
orcid: http://orcid.org/0000-0001-9349-1096
website: https://personalpages.manchester.ac.uk/staff/Andrew.Gait/
- affiliation: University Of Manchester
email: christian.brenninkmeijer@manchester.ac.uk
family-names: Brenninkmeijer
given-names: Christian Y.
orcid: https://orcid.org/0000-0002-2937-7819
website: https://www.researchgate.net/profile/Christian_Brenninkmeijer
- affiliation: University Of Manchester
email: donal.k.fellows@manchester.ac.uk
family-names: Fellows
given-names: Donal
orcid: https://orcid.org/0000-0002-9091-5938
website: http://www.cs.manchester.ac.uk/about-us/staff/profile/?ea=donal.k.fellows
- affiliation: University Of Manchester
email: luis.plana@manchester.ac.uk
family-names: Plana
given-names: Luis
orcid: https://orcid.org/0000-0002-6113-3929
website: https://www.research.manchester.ac.uk/portal/luis.plana.html
- affiliation: University Of Manchester
email: jheathcote@cs.man.ac.uk
family-names: Heathcote
given-names: Jonathan
website: http://apt.cs.manchester.ac.uk/people/jheathcote/
- affiliation: University Of Manchester
email: oliver.rhodes@manchester.ac.uk
family-names: Rhodes
given-names: Oliver
orcid: https://orcid.org/0000-0003-1728-2828
website: http://apt.cs.manchester.ac.uk/people/orhodes/
- affiliation: University Of Manchester
email: petrut.bogdan@manchester.ac.uk
family-names: Bogdan
given-names: Petrut
orcid: https://orcid.org/0000-0001-5535-7865
website: https://personalpages.manchester.ac.uk/staff/petrut.bogdan/
- affiliation: University Of Manchester
email: sergio.davies@gmail.com
family-names: Davies
given-names: Sergio
orcid: https://orcid.org/0000-0001-5330-5527
website: http://apt.cs.manchester.ac.uk/people/daviess/
- affiliation: University Of Manchester
email: simon.davidson@manchester.ac.uk
family-names: Davidson
given-names: Simon
orcid: https://orcid.org/0000-0001-5385-442X
website: http://apt.cs.manchester.ac.uk/people/sdavidson/
cff-version: 1.0.3
contact:
- address: University of Manchester, Oxford Road
city: Manchester
country: GB
name: SpiNNaker Software Team
post-code: M13 9PL
date-released:
email: spinnakerusers@googlegroups.com
identifier:
message: If you use this software, please cite it as below.
repository: https://github.com/SpiNNakerManchester/SpiNNMan
title: Python interface to SpiNNaker machines
url: http://spinnakermanchester.github.io/
version:
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include CITATION.cff LICENSE.md requirements.txt pypi_to_import
4 changes: 4 additions & 0 deletions pypi_to_import
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SpiNNUtilities:spinn_utilities
enum34:enum
SpiNNMachine:spinn_machine
SpiNNStorageHandlers:spinn_storage_handlers
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@
'enum34',
'future',
'futures; python_version == "2.7"',
'six']
'six'],
maintainer="SpiNNakerTeam",
maintainer_email="spinnakerusers@googlegroups.com"
)
1 change: 1 addition & 0 deletions spinnman/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__version__ = "1!4.0.1"
__version_month__ = "September"
__version_year__ = "2017"
__version_day__ = "25"
__version_name__ = "Riptalon"

0 comments on commit a5caef7

Please sign in to comment.