Fix install from scratch

This commit is contained in:
2020-05-24 18:47:55 +02:00
parent d5d723c67f
commit 27b278860d
2 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import setuptools
from stree import __author__, __version__
__version__ = "0.9rc1"
__author__ = "Ricardo Montañana Gómez"
def readme():
with open('README.md') as f:

View File

@@ -1,4 +1,2 @@
__version__ = "0.9rc1"
__author__ = "Ricardo Montañana Gómez"
from .Strees import Stree, Snode, Siterator
from .Strees_grapher import Stree_grapher, Snode_graph