generated from geekiot/python-template
Fix: fix template's configs
This commit is contained in:
parent
2ee37a5e26
commit
97d971b826
3 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "Add your description here";
|
||||
description = "Flake for developing urfu-daddy";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[project]
|
||||
name = "python-template"
|
||||
name = "urfu-daddy"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
description = "The perfect assistant for collaborative work of IRIT-RTF students"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13,<3.14"
|
||||
dependencies = [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
def main():
|
||||
print("Hello from python-template!")
|
||||
print("Hello from urfu-daddy!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue