Init Python Library

This commit is contained in:
havlong
2022-12-14 15:35:06 +03:00
parent 437fca1437
commit 231751bb58
7 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "vue_apps_py"
version = "0.0.1"
authors = [{ name = "ArbinaHQ", email = "hey@arbina.com" }]
description = "Python library for building Vue Apps"
readme = "README.MD"
requires-python = ">=3.9"
classifiers = ["Programming Language :: Python :: 3", "Operating System :: OS Independent"]
[project.urls]
"Homepage" = "https://gitea.arbina.com/ArbinaHQ/arbina-vue-apps-libs"
"Bug Tracker" = "https://gitea.arbina.com/ArbinaHQ/arbina-vue-apps-libs/issues"