Skip to content

Commit

Permalink
prepare sdist, remove files
Browse files Browse the repository at this point in the history
  • Loading branch information
msaltnet committed Feb 13, 2022
1 parent ee22d7a commit 9a7cf1f
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 341 deletions.
13 changes: 13 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
include LICENSE
include tests/*
include tests/data/*
include integration_tests/*
include integration_tests/data/*
include example_data/*
include notebook/*
include .pylintrc
include *.bat
include *.md
include requirements.txt
include requirements-dev.txt
prune *.log
Binary file removed data/telegram_chatbot.jpg
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions pyproject.toml

This file was deleted.

59 changes: 0 additions & 59 deletions record.md

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
URL = "https://github.com/msaltnet/smtm"
EMAIL = "[email protected]"
AUTHOR = "msalt"
VERSION = "1.0"
VERSION = "1.0.0"

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down
1 change: 0 additions & 1 deletion smtm/telegram_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class TelegramController:
"""자동 거래 시스템 탤래그램 챗봇 컨트롤러"""

API_HOST = "https://api.telegram.org/"
TEST_FILE = "data/telegram_chatbot.jpg"
TOKEN = os.environ.get("TELEGRAM_BOT_TOKEN", "telegram_token")
CHAT_ID = int(os.environ.get("TELEGRAM_CHAT_ID", "123456"))
POLLING_TIMEOUT = 10
Expand Down
111 changes: 0 additions & 111 deletions tests/manual_tester/bithumb_trader_integration_test.py

This file was deleted.

53 changes: 0 additions & 53 deletions tests/manual_tester/tester_template.py

This file was deleted.

110 changes: 0 additions & 110 deletions tests/manual_tester/upbit_trader_integration_test.py

This file was deleted.

0 comments on commit 9a7cf1f

Please sign in to comment.