aboutsummaryrefslogtreecommitdiff
path: root/setup.py
blob: 87a6eed732d5616ef6e77772edb9eb147a667f73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/env python

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.
mailto contact at omeckman dot net
all timestamps in UTC (German winter time: UTC+01:00, summer time: UTC+02:00)
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa