Metadata-Version: 2.1
Name: biobox-analytics
Version: 0.1.2
Summary: biobox-analytics CLI for data manipulations using Python
Author-email: Christopher Li <chris@biobox.io>
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Home, https://biobox.io

# biobox-analytics
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "biobox_analytics"
version = "0.1.2"
description = "BioBox CLI for data manipulation in python"
readme = "README.md"
readme-content-type = "text/markdown"  # Specify content type for Markdown
license = { text = "MIT" }
authors = [
    { name = "Your Name", email = "your_email@example.com" }
]
requires-python = ">=3.6"
classifiers = [
    "Programming Language :: Python :: 3",
    "License :: OSI Approved :: MIT License",
    "Operating System :: OS Independent"
]
dependencies = []
urls = { "Homepage" = "https://github.com/yourusername/biobox_analytics" }
