|
5 | 5 |
|
6 | 6 | setuptools.setup( |
7 | 7 | name = 'Pythonic', |
8 | | - version = '1.02', |
| 8 | + version = '1.03', |
9 | 9 | author = 'Stephan Avenwedde', |
10 | 10 | author_email = '[email protected]', |
11 | 11 | license = 'GPLv3', |
|
16 | 16 | packages = ['Pythonic', 'Pythonic.executables'], |
17 | 17 | package_dir = { '' : 'src'}, |
18 | 18 | package_data = { '' : |
19 | | - ['public_html/static/GenericPipe.png', |
| 19 | + [ |
| 20 | + 'public_html/static/ManualScheduler.png', |
| 21 | + 'public_html/static/Scheduler.png', |
| 22 | + 'public_html/static/ManualStopProcess.png', |
| 23 | + 'public_html/static/StopProcess.png', |
| 24 | + 'public_html/static/GenericPipe.png', |
20 | 25 | 'public_html/static/GenericProcess.png', |
21 | 26 | 'public_html/static/ProcessPipe.png', |
22 | | - 'public_html/static/Scheduler.png', |
| 27 | + 'public_html/static/Telegram.png', |
23 | 28 | 'public_html/static/python.ico', |
24 | 29 | 'public_html/static/qtlogo.svg', |
25 | 30 | 'public_html/static/qtloader.js', |
26 | 31 | 'public_html/static/*.js', |
27 | 32 | 'public_html/static/*.wasm', |
28 | 33 | 'public_html/static/*.data', |
29 | 34 | 'public_html/templates/*.html', |
30 | | - 'public_html/config/Toolbox/Basic/*' |
| 35 | + 'public_html/config/Toolbox/Basic/*', |
| 36 | + 'public_html/config/Toolbox/Connectivity/Telegram.editor', |
| 37 | + 'public_html/config/Toolbox/Connectivity/0Telegram.json' |
31 | 38 | ] |
32 | 39 | }, |
33 | 40 | entry_points = { |
|
37 | 44 | install_requires = [ |
38 | 45 | 'PySide2==5.14.2.3', |
39 | 46 | 'eventlet>=0.27.0', |
40 | | - 'debugpy==1.2.1' |
| 47 | + 'debugpy==1.2.1', |
| 48 | + 'python-telegram-bot==13.4.1' |
41 | 49 | ], |
42 | 50 | classifiers = [ |
43 | 51 | 'Programming Language :: Python :: 3.7', |
|
0 commit comments