Define basic library structure

This commit is contained in:
havlong
2022-12-15 18:31:39 +03:00
parent 231751bb58
commit e184c49a1f
9 changed files with 99 additions and 8 deletions

View File

@@ -5,10 +5,10 @@ build-backend = "setuptools.build_meta"
[project]
name = "vue_apps_py"
version = "0.0.1"
authors = [{ name = "ArbinaHQ", email = "hey@arbina.com" }]
authors = [{ name = "Arbina", email = "havlong@arbina.com" }]
description = "Python library for building Vue Apps"
readme = "README.MD"
requires-python = ">=3.9"
requires-python = ">=3.7"
classifiers = ["Programming Language :: Python :: 3", "Operating System :: OS Independent"]
[project.urls]