Skip to content

Commit

Permalink
add a minimal setup.py to accomodate readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
escribis committed Dec 6, 2019
1 parent 4759e5b commit bc471ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
@@ -0,0 +1,6 @@
from setuptools import setup

setup(name='ScribesTools',
version='0.1',
description='A collection of useful tools for Software Engineering'
)

0 comments on commit bc471ae

Please sign in to comment.