diff --git a/project_name/__init__.py b/project_name/__init__.py index 3182eda..7cc6163 100644 --- a/project_name/__init__.py +++ b/project_name/__init__.py @@ -1,3 +1,5 @@ from .version import __version__ # noqa: F401 __all__ = [] + +# another test diff --git a/requirements.txt b/requirements.txt index 49c7afc..9d342ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ # List requirements here. +# a dummy requirement \ No newline at end of file