Skip to content

Commit 3102141

Browse files
committed
Rename to 'proxpi'
1 parent d8bab7f commit 3102141

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# PyPI mirror
1+
# proxpi
22
Local PyPI mirror cache
33

44
## Installation
55
```bash
6-
pip install pypi-mirror
6+
pip install proxpi
77
```
88

99
## Usage
1010
```bash
11-
FLASK_APP=pypi_mirror flask run
11+
FLASK_APP=proxpi flask run
1212
```
1313

1414
```bash

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
2-
name = pypi-mirror
2+
name = proxpi
33
version = 0.1.0a0.dev0
4-
url = https://github.com/EpicWink/pypi-mirror
4+
url = https://github.com/EpicWink/proxpi
55
author = Laurie O
66
author_email = [email protected]
77
license = MIT

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Install script for ``pypi-mirror``."""
1+
"""Install script for ``proxpi``."""
22

33
import setuptools
44

File renamed without changes.

src/pypi_mirror/config.py src/proxpi/config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"EXTRA_INDEX_TTL", " ".join("180" for s in EXTRA_INDEX_URL.split() if s)
1313
)
1414

15-
app = flask.Flask("pypi_mirror")
16-
app.jinja_loader = jinja2.PackageLoader("pypi_mirror")
15+
app = flask.Flask("proxpi")
16+
app.jinja_loader = jinja2.PackageLoader("proxpi")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)