How to use the icdiff.__version__ function in icdiff

To help you get started, we’ve selected a few icdiff examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jeffkaufman / icdiff / setup.py View on Github external
from distutils.util import convert_path
from setuptools import setup, find_packages
from icdiff import __version__

setup(
    name="icdiff",
    version=__version__,
    url="http://www.jefftk.com/icdiff",
    author="Jeff Kaufman",
    author_email="jeff@jefftk.com",
    description="improved colored diff",
    long_description=open('README.md').read(),
    scripts=['git-icdiff'],
    py_modules=['icdiff'],
    entry_points={
        'console_scripts': [
            'icdiff=icdiff:start',
        ],

icdiff

improved colored diff

Python-2.0
Latest version published 8 months ago

Package Health Score

75 / 100
Full package analysis

Similar packages