1 Star 0 Fork 1

Peixuan Shu/minigc

forked from 北航集智飞行/minigc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 876 Bytes
一键复制 编辑 原始数据 按行查看 历史
Peixuan Shu 提交于 2023-11-17 00:30 . uploadable to PyPI
from setuptools import find_packages
from setuptools import setup
setup(
name='minigc',
version='1.0',
packages=find_packages(),
include_package_data = True,
description='minidrone uav swarm ground control',
url='https://gitee.com/shu-peixuan/minigc.git',
author='Peixuan Shu',
author_email='[email protected]',
license='BSD',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'License :: OSI Approved :: BSD License',
'Topic :: System :: Hardware :: Hardware Drivers',
'Programming Language :: Python :: 3'
],
keywords='minidrone uav swarm ground control station',
install_requires=[
'numpy',
'pyyaml',
'rospkg',
],
entry_points = {
'console_scripts': [
'minigc = minigc.main:main',
]
}
# $ pip install -e .
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shu-peixuan/minigc.git
[email protected]:shu-peixuan/minigc.git
shu-peixuan
minigc
minigc
master

搜索帮助