feat(rubick): rename project and add production release bundle

This commit is contained in:
Muhammad Firas 2026-03-06 03:12:28 +07:00
commit fab6cf26eb
No known key found for this signature in database
33 changed files with 11554 additions and 0 deletions

12
pyproject.toml Normal file
View file

@ -0,0 +1,12 @@
[project]
name = "rubick"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"lxml-html-clean>=0.4.3",
"newspaper4k>=0.9.4.1",
"openpyxl>=3.1.5",
"pandas>=3.0.0",
"xlsxwriter>=3.2.9",
]