File: setup.py

package info (click to toggle)
python-semantic-version 2.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: python: 2,586; makefile: 204
file content (8 lines) | stat: -rwxr-xr-x 137 bytes parent folder | download | duplicates (3)
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()