Commit graph

20 commits

Author SHA1 Message Date
Paul Nameless
81bcb5e942 Fix dockerfile 2021-04-28 12:23:44 +03:00
Paul Nameless
dadaad145f Release v0.17.0 2021-04-27 20:51:49 +03:00
Paul Nameless
60ec88fac6 Update pyproject file 2021-04-27 20:47:17 +03:00
Paul Nameless
ca9ff63d81 Release v0.16.0 2021-04-26 21:29:00 +03:00
Paul Nameless
e473ae7d47 Release v0.15.0 2021-04-24 19:18:38 +03:00
Paul Nameless
b1db4d6672 Release v0.14.0 2021-04-24 19:02:06 +03:00
Paul Nameless
70f8be1081 Release v0.13.0 2021-04-24 18:58:26 +03:00
Paul Nameless
0a073fe33e Fix CI 2021-04-23 20:49:22 +03:00
Paul Nameless
44e6b9fe9c Update release script 2021-04-23 20:43:19 +03:00
Paul Nameless
45ab2e6fc3 Use poetry instead of flit for publishing 2021-04-23 20:39:38 +03:00
Nameless
20273fd068
Bump python-telegram version (#213) 2021-04-21 14:54:49 +03:00
Stefano Pigozzi
ecb8afb4ef
Use the __main__.py special filename for main.py (#118)
* Use the __main__.py special filename for main.py

This allows users to run the program directly with `py -m tg` instead of `py -m tg.main`.

* Updated script in pyproject.toml to reflect the previous rename

* Updated readme.md to reflect the previous rename

* Update readme.md with a better description of how to install the software

* Once installed through flit, the tg command can be used directly

* Fix errors in the readme.md introduced in the previous commit

* Run the folder instead of the script

* Change title
2020-07-21 20:03:52 +08:00
Paul Nameless
f168fcf01d Release 0.3.0 2020-07-06 12:11:45 +08:00
Alexander Zveruk
19dc0f4c9a fix isort 2020-06-28 00:26:47 +03:00
Nameless
29585ae972
Add docker (#74)
* Update README

* Add docker for testing and it is a fast way to try our client

Co-authored-by: Alex <lightme16@users.noreply.github.com>
2020-06-08 23:03:52 +03:00
Nameless
6eb0c60b98
Add isort check to CI (#71)
* Add isort check to CI

* Add isort configuration to match black

* Fix pyproject syntax error

Co-authored-by: Alex <lightme16@users.noreply.github.com>
2020-06-08 22:55:33 +03:00
Nameless
ad4d020f12
Release 0.0.3 (#73)
* Initialize config on first run

* Version 0.0.3

* Update README
2020-06-08 22:53:11 +03:00
Paul Nameless
5649a25660 Release 0.0.2 2020-05-31 15:30:16 +08:00
Paul Nameless
92bb00282c Format with black 2020-05-04 15:01:24 +08:00
Paul Nameless
cf3f047fe8 Reorganize structure of the project
Release package on PyPi
2019-02-20 19:15:43 +01:00