Skip to content

Commit

Permalink
Merge pull request #508 from SpiNNakerManchester/OSI_Approved_Apache_…
Browse files Browse the repository at this point in the history
…Software_License

Osi approved apache software license
  • Loading branch information
Christian-B committed Apr 18, 2023
2 parents 2b092b5 + 27b1315 commit c17f7d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2023 The University of Manchester
# Copyright (c) 2017 The University of Manchester
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta:"
build-backend = "setuptools.build_meta"
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
name = SpiNNaker_PACMAN
version = attr: pacman._version.__version__
description = Partition and Configuration Manager
#long_description = file: README.md
#long_description_content_type = text/markdown
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/SpiNNakerManchester/PACMAN
license = Apache-2.0
classifiers=
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: Apache License 2.0
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Expand Down

0 comments on commit c17f7d3

Please sign in to comment.