Skip to content

Commit ded29cf

Browse files
author
Cyprien Ricque
committed
add outdated warning
1 parent de2a6c8 commit ded29cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# stdflow
22

3+
# README OUTDATED
4+
35
Data flow tool that transform your notebooks and python files into pipeline steps by standardizing the data input /
46
output. [for Data science project]
57

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
packages=find_packages(),
1313
author="Cyprien Ricque",
1414
author_email="[email protected]",
15-
description="A package that transform your notebooks and python files into pipeline steps by standardizing the data input / output.",
15+
description="[alpha] A package that transform your notebooks and python files into pipeline steps by standardizing the data input / output.",
1616
long_description=open("README.md").read(),
1717
long_description_content_type="text/markdown",
1818
url="https://github.com/CyprienRicque/stdflow",

0 commit comments

Comments
 (0)