blob: 33fc587455fc82225fe2550a58885c5922bbb34d (
plain) (
tree)
|
|
import os
from setuptools import setup
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name = 'pyfarbpracht',
version = '0.1',
author = 'Oliver Meckmann',
author_email = 'omeckman@omeckman.net',
description = ('ANSI and BBCode color support'),
license = 'BSD 3-Clause',
keywords = 'ansi bbcode cli',
url = """https://git.omeckman.net/pyfarbpracht.git/""",
packages=['pyfarbpracht'],
long_description=read('README.md'),
classifiers=[
"Development Status :: 3 - Alpha",
"Topic :: Utilities",
"License :: BSD 3-Clause License",
],
)
|
in each repos: see "about"-tab (if existing) for more details / README.
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa