Skip to content

Commit

Permalink
feat(python): 🎉 add python project necessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienqb committed Sep 18, 2022
1 parent a221baf commit 5d50239
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Empty file added CHANGELOG.md
Empty file.
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[project]
name = "learn_git"
version = "0.1.0"
description = "My package description"
requires-python = ">=3.7"
keywords = ["one", "two"]
license = {text = "BSD 3-Clause License"}
classifiers = [
"Framework :: Django",
"Programming Language :: Python :: 3",
]


[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

0 comments on commit 5d50239

Please sign in to comment.