summaryrefslogtreecommitdiff
path: root/setup.py
blob: 02a989b6c1a4182d302c31564647df0986acc1d5 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) The python-semanticversion project


from setuptools import setup

setup()