fuzeman/byte-sqlite

View on GitHub
setup.cfg

Summary

Maintainability
Test Coverage
[metadata]
name = byte-sqlite
author = Dean Gardiner
author-email = me@dgardiner.net
summary = SQLite compiler and executor for byte
description-file = README.rst
home-page = https://github.com/fuzeman/byte-sqlite
license = MIT
classifier =
    Development Status :: 3 - Alpha
    Intended Audience :: Developers
    License :: OSI Approved :: MIT License
    Operating System :: OS Independent
    Programming Language :: Python
    Programming Language :: Python :: 2
    Programming Language :: Python :: 2.6
    Programming Language :: Python :: 2.7
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.3
    Programming Language :: Python :: 3.4
    Programming Language :: Python :: 3.5
    Programming Language :: Python :: 3.6
    Programming Language :: Python :: Implementation :: CPython
    Programming Language :: Python :: Implementation :: PyPy
    Topic :: Software Development :: Libraries

[pbr]
skip_changelog = true

[files]
packages =
    byte

[bdist_wheel]
universal = 1