Skip to content

Commit

Permalink
Add to initial move to github.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcoyner committed Oct 15, 2016
1 parent 668cfab commit 03a9ff9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-

from distutils.core import setup

DESC = """Free replacement for rpl (replace strings in files)."""

setup(name='rpl',
version='1.5.6',
description=DESC,
author='Goran Weinholt',
url='https://github.com/kcoyner/rpl',
license='GPL v2 or later',
scripts=['rpl'])

0 comments on commit 03a9ff9

Please sign in to comment.