SimpleJoyCon 1.0.1__tar.gz → 1.0.2__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.
- {simplejoycon-1.0.1 → simplejoycon-1.0.2}/PKG-INFO +1 -1
- {simplejoycon-1.0.1 → simplejoycon-1.0.2}/SimpleJoyCon/joycon_l.py +1 -1
- {simplejoycon-1.0.1 → simplejoycon-1.0.2}/SimpleJoyCon/joycon_r.py +1 -1
- {simplejoycon-1.0.1 → simplejoycon-1.0.2}/SimpleJoyCon.egg-info/PKG-INFO +1 -1
- {simplejoycon-1.0.1 → simplejoycon-1.0.2}/setup.py +1 -1
- {simplejoycon-1.0.1 → simplejoycon-1.0.2}/README.md +0 -0
- {simplejoycon-1.0.1 → simplejoycon-1.0.2}/SimpleJoyCon/__init__.py +0 -0
- {simplejoycon-1.0.1 → simplejoycon-1.0.2}/SimpleJoyCon/componentes.py +0 -0
- {simplejoycon-1.0.1 → simplejoycon-1.0.2}/SimpleJoyCon.egg-info/SOURCES.txt +0 -0
- {simplejoycon-1.0.1 → simplejoycon-1.0.2}/SimpleJoyCon.egg-info/dependency_links.txt +0 -0
- {simplejoycon-1.0.1 → simplejoycon-1.0.2}/SimpleJoyCon.egg-info/requires.txt +0 -0
- {simplejoycon-1.0.1 → simplejoycon-1.0.2}/SimpleJoyCon.egg-info/top_level.txt +0 -0
- {simplejoycon-1.0.1 → simplejoycon-1.0.2}/setup.cfg +0 -0
|
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
6
6
|
|
|
7
7
|
setup(
|
|
8
8
|
name="SimpleJoyCon",
|
|
9
|
-
version="1.0.
|
|
9
|
+
version="1.0.2",
|
|
10
10
|
description="Una libreria de bajo nivel simplificada, estetica y sin comillas para usar Joy-Cons en Python",
|
|
11
11
|
long_description=long_description, # <--- LE DICE A PYPI QUE USE EL README
|
|
12
12
|
long_description_content_type="text/markdown", # <--- CORRIGE EL FORMATO A 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
|