Skip to content

Commit

Permalink
swapped in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
christofs committed Feb 7, 2021
1 parent c89b7b7 commit ef4507f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
9 changes: 0 additions & 9 deletions metadata.txt

This file was deleted.

13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from distutils.core import setup

setup(
name='coleto',
version='0.1.0',
date="2021-02-07",
author="Christof Schöch"
author_email="[email protected]"
description="Tool for text comparison."
programming_language="Python3"
license='MIT Licence',
long_description=open('README.md').read(),
)

0 comments on commit ef4507f

Please sign in to comment.