PyEmailerAJM 1.6__tar.gz → 1.6.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,15 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyEmailerAJM
3
- Version: 1.6
3
+ Version: 1.6.1
4
4
  Summary: Allows for automating sending Email with the Outlook Desktop client. Future releases will add more client support
5
5
  Home-page: https://github.com/amcsparron2793-Water/PyEmailer
6
- Download-URL: https://github.com/amcsparron2793-Water/PyEmailer/archive/refs/tags/1.6.tar.gz
6
+ Download-URL: https://github.com/amcsparron2793-Water/PyEmailer/archive/refs/tags/1.6.1.tar.gz
7
7
  Author: Amcsparron
8
8
  Author-email: amcsparron@albanyny.gov
9
9
  License: MIT License
10
10
  Keywords: Outlook,Email,Automation
11
11
  License-File: LICENSE.txt
12
12
  Requires-Dist: pywin32
13
+ Requires-Dist: extract_msg
14
+ Requires-Dist: email_validator
15
+ Requires-Dist: questionary
13
16
  Dynamic: author
14
17
  Dynamic: author-email
15
18
  Dynamic: download-url
@@ -0,0 +1 @@
1
+ __version__ = '1.6.1'
@@ -1,15 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyEmailerAJM
3
- Version: 1.6
3
+ Version: 1.6.1
4
4
  Summary: Allows for automating sending Email with the Outlook Desktop client. Future releases will add more client support
5
5
  Home-page: https://github.com/amcsparron2793-Water/PyEmailer
6
- Download-URL: https://github.com/amcsparron2793-Water/PyEmailer/archive/refs/tags/1.6.tar.gz
6
+ Download-URL: https://github.com/amcsparron2793-Water/PyEmailer/archive/refs/tags/1.6.1.tar.gz
7
7
  Author: Amcsparron
8
8
  Author-email: amcsparron@albanyny.gov
9
9
  License: MIT License
10
10
  Keywords: Outlook,Email,Automation
11
11
  License-File: LICENSE.txt
12
12
  Requires-Dist: pywin32
13
+ Requires-Dist: extract_msg
14
+ Requires-Dist: email_validator
15
+ Requires-Dist: questionary
13
16
  Dynamic: author
14
17
  Dynamic: author-email
15
18
  Dynamic: download-url
@@ -0,0 +1,4 @@
1
+ pywin32
2
+ extract_msg
3
+ email_validator
4
+ questionary
@@ -17,7 +17,7 @@ setup(
17
17
  url='https://github.com/amcsparron2793-Water/PyEmailer',
18
18
  download_url=f'https://github.com/amcsparron2793-Water/PyEmailer/archive/refs/tags/{get_property("__version__", project_name)}.tar.gz',
19
19
  keywords=["Outlook", "Email", "Automation"],
20
- install_requires=['pywin32'],
20
+ install_requires=['pywin32', 'extract_msg', 'email_validator', 'questionary'],
21
21
  license='MIT License',
22
22
  author='Amcsparron',
23
23
  author_email='amcsparron@albanyny.gov',
@@ -1 +0,0 @@
1
- __version__ = '1.6'
@@ -1 +0,0 @@
1
- pywin32
File without changes
File without changes
File without changes