diff --git a/setup.py b/setup.py index 5bde81c..b813ca2 100644 --- a/setup.py +++ b/setup.py @@ -4,10 +4,16 @@ name="crate-airflow-tutorial", packages=find_packages(), python_requires=">=3.12", + classifiers=[ + "Intended Audience :: Developers", + "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.12", + ], install_requires=["apache-airflow==2.10.5"], extras_require={ "develop": [ - "pylint==3.3.4", + "pylint==3.3.6", "black==25.1.0", ], "testing": [