[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "i2p-network" version = "0.1.0" description = "I2P network layer — meta-package" requires-python = ">=3.11" license = {text = "MIT"} authors = [{name = "bimo.studio", email = "hello@bimo.studio"}] readme = "README.md" classifiers = [ "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "License :: OSI Approved :: MIT License", "Topic :: Internet", "Topic :: Security :: Cryptography", ] dependencies = [ "i2p-py-netdb>=0.1.0", "i2p-py-peer>=0.1.0", "i2p-py-streaming>=0.1.0", ] [project.urls] Repository = "https://github.com/Bimo-Studio/i2p-python"