[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "vue_apps_py" version = "0.0.1" authors = [{ name = "Arbina", email = "havlong@arbina.com" }] description = "Python library for building Vue Apps" readme = "README.MD" requires-python = ">=3.7" 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"