aboutsummaryrefslogtreecommitdiff
path: root/setup.py
blob: 99b637f0431058f97c649f0656823dc76bc32e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
from setuptools import setup

setup(
    name='giti',
    version='0.2.2',
    packages=[],
    url='https://github.com/victorhaggqvist/giti',
    scripts=['giti'],
    license='MIT',
    author='Victor Häggqvist',
    author_email='[email protected]',
    description='A python command line tool fetching getting .gitignore files'
)