contact-person-profile-csv-imp-local 0.0.32__tar.gz → 0.0.33__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.
Files changed (13) hide show
  1. {contact_person_profile_csv_imp_local-0.0.32 → contact_person_profile_csv_imp_local-0.0.33}/PKG-INFO +1 -1
  2. {contact_person_profile_csv_imp_local-0.0.32 → contact_person_profile_csv_imp_local-0.0.33}/contact_person_profile_csv_imp_local/src/CSVToContactPersonProfile.py +1 -1
  3. {contact_person_profile_csv_imp_local-0.0.32 → contact_person_profile_csv_imp_local-0.0.33}/contact_person_profile_csv_imp_local.egg-info/PKG-INFO +1 -1
  4. {contact_person_profile_csv_imp_local-0.0.32 → contact_person_profile_csv_imp_local-0.0.33}/setup.py +1 -1
  5. {contact_person_profile_csv_imp_local-0.0.32 → contact_person_profile_csv_imp_local-0.0.33}/README.md +0 -0
  6. {contact_person_profile_csv_imp_local-0.0.32 → contact_person_profile_csv_imp_local-0.0.33}/contact_person_profile_csv_imp_local/src/__init__.py +0 -0
  7. {contact_person_profile_csv_imp_local-0.0.32 → contact_person_profile_csv_imp_local-0.0.33}/contact_person_profile_csv_imp_local/src/contact_person_profile_csv_imp_local_constants.py +0 -0
  8. {contact_person_profile_csv_imp_local-0.0.32 → contact_person_profile_csv_imp_local-0.0.33}/contact_person_profile_csv_imp_local.egg-info/SOURCES.txt +0 -0
  9. {contact_person_profile_csv_imp_local-0.0.32 → contact_person_profile_csv_imp_local-0.0.33}/contact_person_profile_csv_imp_local.egg-info/dependency_links.txt +0 -0
  10. {contact_person_profile_csv_imp_local-0.0.32 → contact_person_profile_csv_imp_local-0.0.33}/contact_person_profile_csv_imp_local.egg-info/requires.txt +0 -0
  11. {contact_person_profile_csv_imp_local-0.0.32 → contact_person_profile_csv_imp_local-0.0.33}/contact_person_profile_csv_imp_local.egg-info/top_level.txt +0 -0
  12. {contact_person_profile_csv_imp_local-0.0.32 → contact_person_profile_csv_imp_local-0.0.33}/pyproject.toml +0 -0
  13. {contact_person_profile_csv_imp_local-0.0.32 → contact_person_profile_csv_imp_local-0.0.33}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: contact-person-profile-csv-imp-local
3
- Version: 0.0.32
3
+ Version: 0.0.33
4
4
  Summary: PyPI Package for Circles CSVToContactPersonProfile-local Local/Remote Python
5
5
  Home-page: https://github.com/circles-zone/contact-person-profile-csv-imp-local-python-package
6
6
  Author: Circles
@@ -202,7 +202,7 @@ class CSVToContactPersonProfile(GenericCRUD, metaclass=MetaLogger,
202
202
  csv_file_path = csv_path
203
203
  else:
204
204
  script_dir = os.path.dirname(os.path.abspath(__file__))
205
- csv_file_path = os.path.join(script_dir, directory_name or '', file_name)
205
+ csv_file_path = os.path.join(script_dir, '..', 'tests', directory_name or '', file_name)
206
206
  if not os.path.exists(csv_file_path):
207
207
  raise FileNotFoundError(f"File {csv_file_path} not found")
208
208
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: contact-person-profile-csv-imp-local
3
- Version: 0.0.32
3
+ Version: 0.0.33
4
4
  Summary: PyPI Package for Circles CSVToContactPersonProfile-local Local/Remote Python
5
5
  Home-page: https://github.com/circles-zone/contact-person-profile-csv-imp-local-python-package
6
6
  Author: Circles
@@ -5,7 +5,7 @@ package_dir = PACKAGE_NAME.replace("-", "_")
5
5
 
6
6
  setuptools.setup(
7
7
  name=PACKAGE_NAME,
8
- version='0.0.32', # https://pypi.org/project/contact-person-profile-csv-imp-local/
8
+ version='0.0.33', # https://pypi.org/project/contact-person-profile-csv-imp-local/
9
9
  author="Circles",
10
10
  author_email="info@circles.ai",
11
11
  description="PyPI Package for Circles CSVToContactPersonProfile-local Local/Remote Python",