Skip to content

Commit 6a5c521

Browse files
committed
feat: add initial pyproject.toml for project configuration
1 parent d1f9689 commit 6a5c521

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[project]
2+
name = "aumms"
3+
authors = [
4+
{ name = "efeone", email = "info@efeone.com"}
5+
]
6+
description = "AuMMS (Gold Manufacturing Management System) is a comprehensive software solution designed to streamline and optimize the operations of gold manufacturing businesses. It offers a range of features and tools to manage various aspects of the manufacturing process, including inventory management, production planning, quality control, and financial tracking. With AuMMS, gold manufacturers can enhance efficiency, reduce costs, and improve overall productivity while ensuring compliance with industry standards and regulations."
7+
requires-python = ">=3.10"
8+
readme = "README.md"
9+
dynamic = ["version"]
10+
dependencies = [
11+
# "frappe~=15.0.0" # Installed and managed by bench.
12+
]
13+
14+
[build-system]
15+
requires = ["flit_core >=3.4,<4"]
16+
build-backend = "flit_core.buildapi"
17+
18+
# These dependencies are only installed when developer mode is enabled
19+
[tool.bench.dev-dependencies]
20+
# package_name = "~=1.1.0"

0 commit comments

Comments
 (0)