Skip to content

Commit 264c34f

Browse files
committed
Update Makefile from Pyrogram to Pyrography
1 parent b29ff2c commit 264c34f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VENV := venv
22
PYTHON := $(VENV)/bin/python
33
HOST = $(shell ifconfig | grep "inet " | tail -1 | cut -d\ -f2)
4-
TAG = v$(shell grep -E '__version__ = ".*"' pyrogram/__init__.py | cut -d\" -f2)
4+
TAG = v$(shell grep -E '__version__ = ".*"' pyrography/__init__.py | cut -d\" -f2)
55

66
RM := rm -rf
77

@@ -18,7 +18,7 @@ clean-build:
1818
$(RM) *.egg-info build dist
1919

2020
clean-api:
21-
$(RM) pyrogram/errors/exceptions pyrogram/raw/all.py pyrogram/raw/base pyrogram/raw/functions pyrogram/raw/types
21+
$(RM) pyrography/errors/exceptions pyrography/raw/all.py pyrography/raw/base pyrography/raw/functions pyrography/raw/types
2222

2323
clean:
2424
make clean-build

0 commit comments

Comments
 (0)