File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description = "Parse Python package metadata from sdist and bdists and etc."
77keywords = [" python" , " pkginfo" , " metadata" ]
88license = " MIT"
99readme = " README.md"
10- repository = " https://github.com/messense /python-pkginfo-rs"
10+ repository = " https://github.com/PyO3 /python-pkginfo-rs"
1111
1212# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2021 Messense Lv
3+ Copyright (c) 2021-present PyO3 Project and Contributors
44
55Permission is hereby granted, free of charge, to any person obtaining a copy of
66this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change 11# python-pkginfo-rs
22
3- [ ![ GitHub Actions] ( https://github.com/messense /python-pkginfo-rs/workflows/CI/badge.svg )] ( https://github.com/messense /python-pkginfo-rs/actions?query=workflow%3ACI )
3+ [ ![ GitHub Actions] ( https://github.com/PyO3 /python-pkginfo-rs/workflows/CI/badge.svg )] ( https://github.com/PyO3 /python-pkginfo-rs/actions?query=workflow%3ACI )
44[ ![ Crates.io] ( https://img.shields.io/crates/v/python-pkginfo.svg )] ( https://crates.io/crates/python-pkginfo )
55[ ![ docs.rs] ( https://docs.rs/python-pkginfo/badge.svg )] ( https://docs.rs/python-pkginfo/ )
66
You can’t perform that action at this time.
0 commit comments