embed-model 0.1__tar.gz → 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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: embed_model
3
- Version: 0.1
3
+ Version: 0.2
4
4
  Summary: Um modelo de embeds não oficial para discord.py. Feito em Português.
5
5
  Home-page: https://github.com/LucaCunha001/DiscordEmbedModel
6
6
  Author: Luca Cunha (Frisk)
@@ -0,0 +1 @@
1
+ from modulo import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: embed_model
3
- Version: 0.1
3
+ Version: 0.2
4
4
  Summary: Um modelo de embeds não oficial para discord.py. Feito em Português.
5
5
  Home-page: https://github.com/LucaCunha001/DiscordEmbedModel
6
6
  Author: Luca Cunha (Frisk)
@@ -1,8 +1,8 @@
1
1
  README.md
2
2
  pyproject.toml
3
3
  setup.py
4
- embed-model/__init__.py
5
- embed-model/modulo.py
4
+ embed_model/__init__.py
5
+ embed_model/modulo.py
6
6
  embed_model.egg-info/PKG-INFO
7
7
  embed_model.egg-info/SOURCES.txt
8
8
  embed_model.egg-info/dependency_links.txt
@@ -0,0 +1 @@
1
+ embed_model
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="embed_model",
5
- version="0.1",
5
+ version="0.2",
6
6
  packages=find_packages(),
7
7
  install_requires=[
8
8
  "discord"
@@ -19,4 +19,5 @@ setup(
19
19
  "Topic :: Software Development :: Libraries :: Python Modules"
20
20
  ],
21
21
  python_requires=">=3.8",
22
- )
22
+ )
23
+ #pypi-AgEIcHlwaS5vcmcCJGM0Yzg2ODA4LTZhMWEtNDY0Yi05YzVkLTAzMzk1ODljYTY2OAACKlszLCI5MmY0Y2QwYi01MWM5LTQ2MTctODA3Ni03MjJjNTVkZDcyNjgiXQAABiBMzZVaB26hFe16T_t3K3b268mK5TADYSEHIjj-ZZdRaA
@@ -1 +0,0 @@
1
- from . import modulo
@@ -1 +0,0 @@
1
- embed-model
File without changes
File without changes
File without changes