Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ildar-ceo committed Jun 8, 2016
1 parent 8279e9e commit 267b7da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foruse/__init__.py
Expand Up @@ -4,7 +4,7 @@
__email__ = "vistoyn@gmail.com"
__copyright__ = "Copyright 2016"
__license__ = "MIT"
__version__ = "0.3"
__version__ = "1.0"

from . import log
from .lib import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
python setup.py sdist - Сборка пакета
sudo python setup.py develop - Установка пакета для разработки
sudo pip install dist/foruse-0.2.zip - Установка пакета
sudo pip install foruse - Установка пакета
sudo pip uninstall foruse - Удаление пакета
python setup.py register - Зарегистрировать пакет в pypi
python setup.py sdist upload - Залить на сервер
Expand Down

0 comments on commit 267b7da

Please sign in to comment.