initialized a uv project
This commit is contained in:
@@ -0,0 +1 @@
|
||||
3.14
|
||||
@@ -0,0 +1,3 @@
|
||||
# Resume builder
|
||||
|
||||
Resume(s) are written in [markdown](https://www.markdownguide.org/) and stored in the markdown/. When the project is pushed it outputs pdf in public/ and publishes an html available at www.ewpt3ch.dev/resume.
|
||||
@@ -0,0 +1,6 @@
|
||||
def main():
|
||||
print("Hello from resume!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
@@ -0,0 +1,7 @@
|
||||
[project]
|
||||
name = "resume"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = []
|
||||
Reference in New Issue
Block a user