Skip to content

Commit b3e9d6c

Browse files
authored
Pull request for #1: Initialize (#2)
* Disable actions for #1 * Disable actions for #1 * MIT License for #1 * Readme for #1
1 parent dceeeb2 commit b3e9d6c

File tree

4 files changed

+10
-82
lines changed

4 files changed

+10
-82
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

LICENSE.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
Copyright (c) 2016 The Python Packaging Authority (PyPA)
1+
MIT License
22

3-
Permission is hereby granted, free of charge, to any person obtaining a copy of
4-
this software and associated documentation files (the "Software"), to deal in
5-
the Software without restriction, including without limitation the rights to
6-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7-
of the Software, and to permit persons to whom the Software is furnished to do
8-
so, subject to the following conditions:
3+
Copyright (c) 2023 JMSLab
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
911

1012
The above copyright notice and this permission notice shall be included in all
1113
copies or substantial portions of the Software.

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
1-
# A sample Python project
2-
3-
![Python Logo](https://www.python.org/static/community_logos/python-logo.png "Sample inline image")
4-
5-
A sample project that exists as an aid to the [Python Packaging User
6-
Guide][packaging guide]'s [Tutorial on Packaging and Distributing
7-
Projects][distribution tutorial].
8-
9-
This project does not aim to cover best practices for Python project
10-
development as a whole. For example, it does not provide guidance or tool
11-
recommendations for version control, documentation, or testing.
12-
13-
[The source for this project is available here][src].
14-
15-
The metadata for a Python project is defined in the `pyproject.toml` file,
16-
an example of which is included in this project. You should edit this file
17-
accordingly to adapt this sample project to your needs.
18-
19-
----
1+
# BootstrapReport
202

213
This is the README file for the project.
224

0 commit comments

Comments
 (0)