Skip to content

Commit 96ee49e

Browse files
committed
chore: refine classifiers in setup.py
1 parent 12f9353 commit 96ee49e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@
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=[

0 commit comments

Comments
 (0)