diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index dfe0770..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto diff --git a/my_plugin/my_plugin.py b/my_plugin/my_plugin.py index 2d4ef5b..1437000 100644 --- a/my_plugin/my_plugin.py +++ b/my_plugin/my_plugin.py @@ -4,9 +4,9 @@ class MySettings(BaseModel): required_int: int - optional_int: int = 42 + optional_int: int = 69 required_str: str - optional_str: str = "stocats" + optional_str: str = "meow" required_date: date optional_date: date = 1679616000 diff --git a/my_plugin/plugin.json b/my_plugin/plugin.json index 3eafb21..d213dea 100644 --- a/my_plugin/plugin.json +++ b/my_plugin/plugin.json @@ -6,5 +6,5 @@ "author_url": "https://mywebsite.me", "plugin_url": "https://github.com/my_name/my_plugin", "tags": "cat, template, example", - "thumb": "my_plugin.png" + "thumb": "https://github.com/raw/my_repo_path/my_plugin.png" }