sovai 0.1.2__tar.gz → 0.1.3__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.
sovai-0.1.3/PKG-INFO ADDED
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.1
2
+ Name: sovai
3
+ Version: 0.1.3
4
+ Summary: Please first subscribe at https://sov.ai/home before using this package.
5
+ Home-page: https://sov.ai/home
6
+ Author: sov.ai
@@ -8,12 +8,16 @@ class CustomInstallCommand(install):
8
8
 
9
9
  setup(
10
10
  name='sovai',
11
- version='0.1.2',
11
+ version='0.1.3',
12
12
  packages=['sovai'],
13
- description='A brief description of your package',
13
+ description='Please first subscribe at https://sov.ai/home before using this package.',
14
14
  author='sov.ai',
15
15
  url='https://sov.ai/home',
16
16
  cmdclass={
17
17
  'install': CustomInstallCommand,
18
18
  },
19
+ post_install_message='''
20
+ Thank you for installing sovai!
21
+ Please subscribe at https://sov.ai/home before using this package.
22
+ '''
19
23
  )
@@ -0,0 +1,2 @@
1
+ # sovai/__init__.py
2
+ print("Please subscribe at https://sov.ai/home before using this package.")
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.1
2
+ Name: sovai
3
+ Version: 0.1.3
4
+ Summary: Please first subscribe at https://sov.ai/home before using this package.
5
+ Home-page: https://sov.ai/home
6
+ Author: sov.ai
sovai-0.1.2/PKG-INFO DELETED
@@ -1,6 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: sovai
3
- Version: 0.1.2
4
- Summary: A brief description of your package
5
- Home-page: https://sov.ai/home
6
- Author: sov.ai
File without changes
@@ -1,6 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: sovai
3
- Version: 0.1.2
4
- Summary: A brief description of your package
5
- Home-page: https://sov.ai/home
6
- Author: sov.ai
File without changes
File without changes
File without changes