File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ SQL Lineage Analysis Tool powered by Python
44[ ![ Build Status] ( https://travis-ci.org/reata/sqllineage.svg?branch=master )] ( https://travis-ci.org/reata/sqllineage )
55[ ![ codecov] ( https://codecov.io/gh/reata/sqllineage/branch/master/graph/badge.svg )] ( https://codecov.io/gh/reata/sqllineage )
66[ ![ Documentation Status] ( https://readthedocs.org/projects/sqllineage/badge/?version=latest )] ( https://sqllineage.readthedocs.io/en/latest/?badge=latest )
7+
8+ This project is still in Alpha stage. Interfaces are supposed to change in upcoming development cycles.
Original file line number Diff line number Diff line change 1616 url = "https://github.com/reata/sqllineage" ,
1717 packages = setuptools .find_packages (exclude = ("tests" ,)),
1818 classifiers = [
19- "Programming Language :: Python :: 3 " ,
19+ "Development Status :: 3 - Alpha " ,
2020 "License :: OSI Approved :: MIT License" ,
2121 "Operating System :: OS Independent" ,
22+ "Programming Language :: Python :: 3" ,
23+ "Programming Language :: Python :: 3.5" ,
24+ "Programming Language :: Python :: 3.6" ,
25+ "Programming Language :: Python :: 3.7" ,
26+ "Programming Language :: Python :: Implementation :: CPython"
2227 ],
2328 python_requires = ">=3.5" ,
2429 install_requires = [
You can’t perform that action at this time.
0 commit comments