Skip to content

Commit

Permalink
📝 rename README.rst to README per OZI spec
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jun 10, 2024
1 parent 8556d46 commit d6b7e34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.rst → README
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
..
# vim: set ft=restructuredtext

.. OZI
Classifier: License-Expression :: Apache-2.0 WITH LLVM-exception
Classifier: License-File :: LICENSE.txt

.. README.rst
.. README
Part of the OZI Project, under the Apache License v2.0 with LLVM Exceptions.
See LICENSE.txt for license information.

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pyproject_config.set(
)
pyproject_config.set('PROJECT_NAME', project_name)
pyproject_config.set('LICENSE', meson.project_license()[0])
root_files = ['README.rst', 'CHANGELOG.md', 'LICENSE.txt', 'requirements.in', 'pyproject.toml', '.gitignore']
root_files = ['README', 'CHANGELOG.md', 'LICENSE.txt', 'requirements.in', 'pyproject.toml', '.gitignore']
configure_file(
input: root_files[4],
output: root_files[4],
Expand Down

0 comments on commit d6b7e34

Please sign in to comment.