mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 23:46:02 +00:00
Fix install from scratch
This commit is contained in:
4
setup.py
4
setup.py
@@ -1,7 +1,7 @@
|
|||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
from stree import __author__, __version__
|
__version__ = "0.9rc1"
|
||||||
|
__author__ = "Ricardo Montañana Gómez"
|
||||||
|
|
||||||
def readme():
|
def readme():
|
||||||
with open('README.md') as f:
|
with open('README.md') as f:
|
||||||
|
@@ -1,4 +1,2 @@
|
|||||||
__version__ = "0.9rc1"
|
|
||||||
__author__ = "Ricardo Montañana Gómez"
|
|
||||||
from .Strees import Stree, Snode, Siterator
|
from .Strees import Stree, Snode, Siterator
|
||||||
from .Strees_grapher import Stree_grapher, Snode_graph
|
from .Strees_grapher import Stree_grapher, Snode_graph
|
Reference in New Issue
Block a user