未验证 提交 16054d1c 编写于 作者: F Frost Ming

Transfer to pdm-project org

上级 a9751565
此差异已折叠。
......@@ -17,9 +17,9 @@ this section.
1. First, fork this project to your own namespace using the fork button at the top right of the repository page.
2. Clone the **upstream** repository to local:
```bash
$ git clone https://github.com/frostming/pdm.git
$ git clone https://github.com/pdm-project/pdm.git
# Or if you prefer SSH clone:
$ git clone git@github.com:frostming/pdm.git
$ git clone git@github.com:pdm-project/pdm.git
```
3. Add the fork as a new remote:
```bash
......
......@@ -4,11 +4,11 @@
A modern Python package manager with PEP 582 support. [中文版本说明](README_zh.md)
![PDM logo](https://github.com/frostming/pdm/blob/master/docs/docs/assets/logo_big.png)
![PDM logo](https://github.com/pdm-project/pdm/blob/master/docs/docs/assets/logo_big.png)
[📖 Documentation](https://pdm.fming.dev)
![Github Actions](https://github.com/frostming/pdm/workflows/Tests/badge.svg)
![Github Actions](https://github.com/pdm-project/pdm/workflows/Tests/badge.svg)
![PyPI](https://img.shields.io/pypi/v/pdm?logo=python&logoColor=%23cccccc)
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/frostming/pdm)](https://hub.docker.com/r/frostming/pdm)
......
......@@ -4,13 +4,13 @@
一个现代的 Python 包管理器,支持 PEP 582。[English version README](README.md)
![PDM logo](https://github.com/frostming/pdm/blob/master/docs/docs/assets/logo_big.png)
![PDM logo](https://github.com/pdm-project/pdm/blob/master/docs/docs/assets/logo_big.png)
[📖 Documentation](https://pdm.fming.dev)
![Github Actions](https://github.com/frostming/pdm/workflows/Tests/badge.svg)
![Github Actions](https://github.com/pdm-project/pdm/workflows/Tests/badge.svg)
![PyPI](https://img.shields.io/pypi/v/pdm?logo=python&logoColor=%23cccccc)
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/frostming/pdm)](https://hub.docker.com/r/frostming/pdm)
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/pdm-project/pdm)](https://hub.docker.com/r/pdm-project/pdm)
[![asciicast](https://asciinema.org/a/jnifN30pjfXbO9We2KqOdXEhB.svg)](https://asciinema.org/a/jnifN30pjfXbO9We2KqOdXEhB)
......
site_name: PDM - Python Development Master
repo_url: https://github.com/frostming/pdm
repo_url: https://github.com/pdm-project/pdm
theme:
name: material
......
......@@ -47,7 +47,7 @@ includes = ["pdm/"]
[project.urls]
homepage = "https://pdm.fming.dev"
Repository = "https://github.com/frostming/pdm"
Repository = "https://github.com/pdm-project/pdm"
Documentation = "https://pdm.fming.dev"
[project.optional-dependencies]
......@@ -88,7 +88,7 @@ exclude = '''
[tool.towncrier]
package = "pdm"
filename = "CHANGELOG.md"
issue_format = "[#{issue}](https://github.com/frostming/pdm/issues/{issue})"
issue_format = "[#{issue}](https://github.com/pdm-project/pdm/issues/{issue})"
directory = "news/"
title_format = "Release v{version} ({project_date})"
template = "news/towncrier_template.md"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册