Use Poetry

This commit is contained in:
2021-07-23 21:26:46 +02:00
parent b50f7d1d5a
commit dc911b4a18
7 changed files with 810 additions and 20 deletions

0
tests/__init__.py Normal file
View File

View File

@ -0,0 +1,5 @@
from discord_reminder_bot import __version__
def test_version():
assert __version__ == "0.1.0"