12345678910111213141516171819202122232425262728293031 |
- [metadata]
- name = gmi2html
- version = 2.0.3
- description = A library and CLI tool for converting text/gemini to text/html.
- long_description = file: README.md
- long_description_content_type = text/markdown
- home-page = https://notabug.org/tinyrabbit/gmi2html
- author = Björn Wärmedal
- author_email = bjorn.warmedal@gmail.com
- license = MIT License
- classifiers =
- Development Status :: 4 - Beta
- Intended Audience :: End Users/Desktop
- License :: OSI Approved :: MIT License
- Operating System :: POSIX :: Linux
- Programming Language :: Python :: 3
- Topic :: Internet
- Topic :: Software Development :: Libraries
- Topic :: Utilities
- Typing :: Typed
- [options]
- packages = gmi2html
- python_requires = >= 3.9
- setup_requires = setuptools >= 38.3.0
- [options.entry_points]
- console_scripts =
- gmi2html = gmi2html.__main__:main
|