Add (empty) test package

This commit is contained in:
Yohann D'ANELLO 2020-10-08 23:06:34 +02:00
parent 4531a71414
commit a5bbdf3a8b
3 changed files with 3 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
.idea/
venv/
__pycache__/

View File

@ -1,12 +1,8 @@
import re
from setuptools import setup
with open("README.rst") as fh:
long_description = re.sub(
"^.. start-no-pypi.*^.. end-no-pypi", "", fh.read(), flags=re.M | re.S
)
long_description = fh.read()
setup(
name="sympasoap",

0
tests/__init__.py Normal file
View File