matplobbot-shared 0.1.41__tar.gz → 0.1.42__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 matplobbot-shared might be problematic. Click here for more details.
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/PKG-INFO +1 -1
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/matplobbot_shared.egg-info/PKG-INFO +1 -1
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/setup.py +1 -1
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/README.md +0 -0
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/matplobbot_shared.egg-info/SOURCES.txt +0 -0
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/matplobbot_shared.egg-info/dependency_links.txt +0 -0
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/matplobbot_shared.egg-info/requires.txt +0 -0
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/matplobbot_shared.egg-info/top_level.txt +0 -0
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/setup.cfg +0 -0
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/shared_lib/__init__.py +0 -0
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/shared_lib/database.py +0 -0
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/shared_lib/i18n.py +0 -0
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/shared_lib/redis_client.py +0 -0
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/shared_lib/services/__init__.py +0 -0
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/shared_lib/services/schedule_service.py +0 -0
- {matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/shared_lib/services/university_api.py +0 -0
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="matplobbot-shared",
|
|
5
|
-
version="0.1.
|
|
5
|
+
version="0.1.42", # Let's use the version from your requirements.txt
|
|
6
6
|
packages=find_packages(include=['shared_lib', 'shared_lib.*']),
|
|
7
7
|
description="Shared library for the Matplobbot ecosystem (database, services, i18n).",
|
|
8
8
|
author="Ackrome",
|
|
File without changes
|
{matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/matplobbot_shared.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/matplobbot_shared.egg-info/requires.txt
RENAMED
|
File without changes
|
{matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/matplobbot_shared.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{matplobbot_shared-0.1.41 → matplobbot_shared-0.1.42}/shared_lib/services/schedule_service.py
RENAMED
|
File without changes
|
|
File without changes
|