Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
z44d committed Oct 2, 2024
0 parents commit ab91af7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## PyLangs
- `PyLangs` is python library to manage languages in multi-languages projects.
3 changes: 3 additions & 0 deletions langs/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print(
'Just wait and see.'
)
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[project]
name = "pylangs"
version = "0.0.1dev"
authors = [
{ name="ZAID", email="[email protected]" },
]
description = "Soon"
readme = "README.md"
requires-python = ">=3.10"
[tool.setuptools]
include-package-data = false

[tool.setuptools.packages.find]
include = ["langs*"]
exclude = ["docs*", "tests*", "examples*"]

0 comments on commit ab91af7

Please sign in to comment.