We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29ff2c commit 264c34fCopy full SHA for 264c34f
Makefile
@@ -1,7 +1,7 @@
1
VENV := venv
2
PYTHON := $(VENV)/bin/python
3
HOST = $(shell ifconfig | grep "inet " | tail -1 | cut -d\ -f2)
4
-TAG = v$(shell grep -E '__version__ = ".*"' pyrogram/__init__.py | cut -d\" -f2)
+TAG = v$(shell grep -E '__version__ = ".*"' pyrography/__init__.py | cut -d\" -f2)
5
6
RM := rm -rf
7
@@ -18,7 +18,7 @@ clean-build:
18
$(RM) *.egg-info build dist
19
20
clean-api:
21
- $(RM) pyrogram/errors/exceptions pyrogram/raw/all.py pyrogram/raw/base pyrogram/raw/functions pyrogram/raw/types
+ $(RM) pyrography/errors/exceptions pyrography/raw/all.py pyrography/raw/base pyrography/raw/functions pyrography/raw/types
22
23
clean:
24
make clean-build
0 commit comments