pyaidrone 1.5__tar.gz → 1.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pyaidrone might be problematic. Click here for more details.
- {pyaidrone-1.5 → pyaidrone-1.6}/PKG-INFO +1 -1
- {pyaidrone-1.5 → pyaidrone-1.6}/pyaidrone/aiDrone.py +1 -2
- {pyaidrone-1.5 → pyaidrone-1.6}/pyaidrone/parse.py +0 -1
- {pyaidrone-1.5 → pyaidrone-1.6}/pyaidrone.egg-info/PKG-INFO +1 -1
- {pyaidrone-1.5 → pyaidrone-1.6}/setup.py +1 -1
- {pyaidrone-1.5 → pyaidrone-1.6}/README.md +0 -0
- {pyaidrone-1.5 → pyaidrone-1.6}/pyaidrone/__init__.py +0 -0
- {pyaidrone-1.5 → pyaidrone-1.6}/pyaidrone/deflib.py +0 -0
- {pyaidrone-1.5 → pyaidrone-1.6}/pyaidrone/ikeyevent.py +0 -0
- {pyaidrone-1.5 → pyaidrone-1.6}/pyaidrone/packet.py +0 -0
- {pyaidrone-1.5 → pyaidrone-1.6}/pyaidrone.egg-info/SOURCES.txt +0 -0
- {pyaidrone-1.5 → pyaidrone-1.6}/pyaidrone.egg-info/dependency_links.txt +0 -0
- {pyaidrone-1.5 → pyaidrone-1.6}/pyaidrone.egg-info/requires.txt +0 -0
- {pyaidrone-1.5 → pyaidrone-1.6}/pyaidrone.egg-info/top_level.txt +0 -0
- {pyaidrone-1.5 → pyaidrone-1.6}/setup.cfg +0 -0
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="pyaidrone",
|
|
5
|
-
version="1.
|
|
5
|
+
version="1.6",
|
|
6
6
|
description="Library for AIDrone Products",
|
|
7
7
|
long_description=open("README.md").read(), # README.md 내용을 long_description으로 사용
|
|
8
8
|
long_description_content_type="text/markdown", # README 파일이 markdown 형식임을 지정
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|