[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "gmcapsule" description = 'Extensible Gemini/Titan server' readme = "README.md" requires-python = ">=3.6" license = "BSD-2-Clause" keywords = ['server', 'internet', 'gemini', 'titan'] authors = [ { name = "Jaakko Keränen", email = "jaakko.keranen@iki.fi" }, ] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Topic :: Internet", "Topic :: System :: Networking" ] dependencies = ["pyOpenSSL>=23.2.0"] dynamic = ["version"] [project.urls] Home-page = "https://geminispace.org/gmcapsule/" Documentation = "https://geminispace.org/gmcapsule/gmcapsule.html" Source = "https://codeberg.org/skyjake/gmcapsule" Issues = "https://codeberg.org/skyjake/gmcapsule/issues" [project.scripts] gmcapsuled = "gmcapsule:run_server" [tool.hatch.version] path = "gmcapsule/__init__.py" [tool.hatch.build] include = [ "example.ini", "gmcapsule/*.py", "gmcapsule/modules/*.py" ]