Add Poetry project

This commit is contained in:
Joakim Hellsén 2021-12-11 23:55:29 +01:00
commit d8c854ec6d
No known key found for this signature in database
GPG key ID: 01FD861E3DAC09AC
4 changed files with 21 additions and 0 deletions

0
tests/__init__.py Normal file
View file

View file

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