Upgraded sqlservice to 2.0.x

This commit is contained in:
Marcus Lindvall 2023-04-13 10:55:42 +02:00
parent 229ea6fb5b
commit 6c1eb903f7
8 changed files with 95 additions and 91 deletions

View file

@ -3,7 +3,7 @@
from setuptools import setup, find_packages
with open('README.rst') as f:
with open('README.md') as f:
readme = f.read()
with open('LICENSE') as f: