Skip to content

Commit

Permalink
add pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
aigcliu committed May 19, 2022
1 parent 222b71f commit 4901145
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ PaddleRS是遥感科研院所、相关高校共同基于飞桨开发的遥感处

## 开源贡献 <img src="./docs/images/love.png" width="30"/>

非常感谢国家对地观测科学数据中心、中国科学院空天信息创新研究院、北京航空航天大学、武汉大学、中国石油大学(华东)、中国地质大学、中国四维、航天宏图、中科星图、超图等单位对PaddleRS项目的贡献。注:排名不分先后。
* 非常感谢国家对地观测科学数据中心、中国科学院空天信息创新研究院、北京航空航天大学、武汉大学、中国石油大学(华东)、中国地质大学、中国四维、航天宏图、中科星图、超图等单位对PaddleRS项目的贡献。注:排名不分先后。
* 非常感谢[geoyee](https://github.com/geoyee)(陈奕州), [Bobholamovic](https://github.com/Bobholamovic)(林漫晖), [kongdebug](https://github.com/kongdebug)(孔远杭), [huilin16](https://github.com/huilin16)(赵慧琳)等开发者对PaddleRS项目的贡献。

## 许可证书

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
paddlepaddle-gpu >= 2.2.0
paddleslim >= 2.2.1
visualdl >= 2.1.1
opencv-contrib-python == 4.3.0.38
Expand All @@ -18,6 +17,6 @@ easydict
munch
natsort
geojson

colorama
# # Self installation
# GDAL >= 3.1.3
13 changes: 4 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

import setuptools
import paddlers

DESCRIPTION = "Awesome Remote Sensing Toolkit based on PaddlePaddle"

Expand All @@ -24,9 +25,9 @@

setuptools.setup(
name="paddlers",
version='0.0.1',
author="paddlers",
author_email="[email protected]",
version=paddlers.__version__.replace('-', ''),
author='PaddleRS Authors',
author_email="",
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type="text/plain",
Expand All @@ -35,12 +36,6 @@
python_requires='>=3.7',
setup_requires=['cython', 'numpy'],
install_requires=REQUIRED_PACKAGES,
# [
# "pycocotools", 'pyyaml', 'colorama', 'tqdm', 'paddleslim==2.2.1',
# 'visualdl>=2.2.2', 'shapely>=1.7.0', 'opencv-python', 'scipy', 'lap',
# 'motmetrics', 'scikit-learn==0.23.2', 'chardet', 'flask_cors',
# 'openpyxl', 'gdal'
# ],
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 4901145

Please sign in to comment.