Skip to content

Commit

Permalink
Update python-example.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vikahl authored Oct 17, 2023
1 parent 2a24165 commit affb5ae
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion config/python-example.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@

default_context:
h: ""
project_name: "Python project example"
description: "Example project generated from vikahl/python-template"
module_name: "python_project_example"
author: "Viktor Rimark"
email: "[email protected]"
homepage: "https://blog.rxbx.se"
license: "GPL - ensures that code based on this is shared with the same terms"
version: "1.0.0"
min_python: "3.8"
library: "y"
cli: "y"
service: "y"

0 comments on commit affb5ae

Please sign in to comment.