archive-ai 1.0.0__tar.gz → 1.0.1__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.4
2
2
  Name: archive-ai
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A Django app for AI and OCR logic.
5
5
  Home-page: https://github.com/debeski1/archive-ai-app
6
6
  Author: Debeski
@@ -2,7 +2,7 @@ from django.apps import AppConfig
2
2
 
3
3
  class SmartArchiveConfig(AppConfig):
4
4
  default_auto_field = 'django.db.models.BigAutoField'
5
- name = 'smart_archive'
5
+ name = 'archive_ai'
6
6
 
7
7
  def ready(self):
8
- import smart_archive.signals
8
+ import archive_ai.signals
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: archive-ai
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A Django app for AI and OCR logic.
5
5
  Home-page: https://github.com/debeski1/archive-ai-app
6
6
  Author: Debeski
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="archive-ai",
5
- version="1.0.0",
5
+ version="1.0.1",
6
6
  packages=find_packages(),
7
7
  include_package_data=True,
8
8
  license="MIT",
File without changes
File without changes
File without changes
File without changes
File without changes