diff --git a/dev-requirements.txt b/dev-requirements.txt index 630e174..b61471a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,3 +1,6 @@ # These are required for developing the package (running the tests) but not # necessarily required for _using_ it. pytest + +# A test edit to this .txt file +fart-package diff --git a/project_name/__init__.py b/project_name/__init__.py index 3182eda..d6e1531 100644 --- a/project_name/__init__.py +++ b/project_name/__init__.py @@ -1,3 +1,4 @@ from .version import __version__ # noqa: F401 __all__ = [] +print('roberttesttk was here') \ No newline at end of file diff --git a/project_name/dummy.pyi b/project_name/dummy.pyi new file mode 100644 index 0000000..c399b3f --- /dev/null +++ b/project_name/dummy.pyi @@ -0,0 +1 @@ +# pyi thying \ No newline at end of file