Skip to content

Commit

Permalink
use setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed-XCF committed Sep 16, 2021
1 parent d2060c0 commit 5f15994
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion aliyun_rocketmq_provider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ def get_provider_info():
"name": "Aliyun RocketMQ Airflow Provider",
"description": "Airflow provider for aliyun rocketmq",
"hook-class-names": ["aliyun_rocketmq_provider.hooks.aliyun_rocketmq.AliyunRocketMQHook"],
"versions": ["0.0.6"]
"versions": ["0.0.7"]
}
29 changes: 29 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[metadata]
name = apache-airflow-providers-aliyun-rocketmq
version = 0.0.7
description = Airflow x Aliyun RocketMQ
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache License 2.0
classifiers =
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Operating System :: OS Independent

author = Ed__xu__Ed
author_email = [email protected]
url = https://github.com/Ed-XCF/apache-airflow-providers-aliyun-rocketmq
project_urls =
Bug Tracker = https://github.com/Ed-XCF/apache-airflow-providers-aliyun-rocketmq/issues

[options]
packages = find:
python_requires = >=3.7
install_requires =
mq-http-sdk >= 1.0.3
apache-airflow >= 2.0

[options.entry_points]
# the function get_provider_info is defined in myproviderpackage.somemodule
apache_airflow_provider=
provider_info=aliyun_rocketmq_provider.__init__:get_provider_info
28 changes: 0 additions & 28 deletions setup.py

This file was deleted.

0 comments on commit 5f15994

Please sign in to comment.