Skip to content

Commit

Permalink
Merge pull request #27 from SpiNNakerManchester/citation
Browse files Browse the repository at this point in the history
adds citation and manafest files
  • Loading branch information
rowleya committed Jun 11, 2019
2 parents d1ccf22 + a2aa5a0 commit caab194
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 2 deletions.
45 changes: 45 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
authors:
- 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: 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: 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: 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/
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/spalloc
title: The client side of the SpiNNaker machine allocation software
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
2 changes: 2 additions & 0 deletions pypi_to_import
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enum-compat:enum

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# requirements
six>=1.8.0
appdirs
enum-compat
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@
"spalloc-machine = spalloc.scripts.machine:main",
"spalloc-where-is = spalloc.scripts.where_is:main",
],
}
},
maintainer="SpiNNakerTeam",
maintainer_email="spinnakerusers@googlegroups.com"
)
4 changes: 4 additions & 0 deletions spalloc/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
__version__ = "1.0.1"
__version_month__ = "September"
__version_year__ = "2017"
__version_day__ = "25"
__version_name__ = "Riptalon"

0 comments on commit caab194

Please sign in to comment.