Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds citation and manafest files #27

Merged
merged 14 commits into from
Jun 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"