Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
python-term-background
__pkginfo__.py
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File __pkginfo__.py of Package python-term-background
import sys import os.path as osp author = "Rocky Bernstein" author_email = "rb@dustyfeet.com" py_modules = None short_desc = "Determine if shell has a light or dark background" url = "http://github.com/rocky/shell-term-background" classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", ] def get_srcdir(): filename = osp.normcase(osp.dirname(osp.abspath(__file__))) return osp.realpath(filename) def read(*rnames): return open(osp.join(get_srcdir(), *rnames)).read() # Get/set __version__ and long_description from files long_description = read("README.rst") + "\n" exec(read("term_background/version.py"))
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor