mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 15:36:00 +00:00
Fix install from scratch
This commit is contained in:
4
setup.py
4
setup.py
@@ -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:
|
||||
|
@@ -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
|
Reference in New Issue
Block a user