mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-01 00:10:06 +03:00
Add metadata
This commit is contained in:
parent
7d39d5aaa1
commit
c037e1bde4
@ -1,6 +1,14 @@
|
||||
[metadata]
|
||||
name = textual_paint
|
||||
version = 0.1.0
|
||||
description = MS Paint in the terminal, built with Textual
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
author = Isaiah Odhner
|
||||
author_email = isaiahodhner@gmail.com
|
||||
license = MIT
|
||||
url = https://github.com/1j01/textual-paint
|
||||
keywords = tui, terminal, paint, drawing, art, graphics, text, textual, rich, ansi, ansi-art, mspaint
|
||||
|
||||
[options]
|
||||
packages = find:
|
||||
|
@ -1,2 +1,12 @@
|
||||
"""MS Paint for the terminal, built with Textual."""
|
||||
|
||||
__author__ = "Isaiah Odhner"
|
||||
__copyright__ = "Copyright Isaiah Odhner"
|
||||
__credits__ = ["Isaiah Odhner"]
|
||||
__maintainer__ = "Isaiah Odhner"
|
||||
__email__ = "isaiahodhner@gmail.com"
|
||||
__version__ = "0.1.0"
|
||||
__license__ = "MIT"
|
||||
|
||||
# For relative imports to work in Python 3.6
|
||||
import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
||||
|
Loading…
Reference in New Issue
Block a user