Skip to content

Commit 2902ab9

Browse files
committed
test commit
1 parent d481298 commit 2902ab9

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Python Project
2+
3+
<!--- BADGES: START --->
4+
[![CI](https://github.com/trailofbits/python-project/actions/workflows/tests.yml/badge.svg)](https://github.com/trailofbits/python-project/actions/workflows/tests.yml)
5+
[![PyPI version](https://badge.fury.io/py/python-project.svg)](https://pypi.org/project/python-project)
6+
[![Packaging status](https://repology.org/badge/tiny-repos/python:python-project.svg)](https://repology.org/project/python:python-project/versions)
7+
<!--- BADGES: END --->
8+
9+
10+
11+
## License
12+
```
13+
Copyright 2025 Trail of Bits
14+
15+
Licensed under the Apache License, Version 2.0 (the "License");
16+
you may not use this file except in compliance with the License.
17+
18+
You may obtain a copy of the License at
19+
http://www.apache.org/licenses/LICENSE-2.0
20+
21+
Unless required by applicable law or agreed to in writing, software
22+
distributed under the License is distributed on an "AS IS" BASIS,
23+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24+
See the License for the specific language governing permissions and
25+
limitations under the License.
26+
```
27+
# Test

0 commit comments

Comments
 (0)