Skip to content

Commit e20906f

Browse files
authored
Update links
1 parent 6703a29 commit e20906f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Parse Python package metadata from sdist and bdists and etc."
77
keywords = ["python", "pkginfo", "metadata"]
88
license = "MIT"
99
readme = "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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 Messense Lv
3+
Copyright (c) 2021-present PyO3 Project and Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)