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 +6 -0
- {sovai-0.1.2 → sovai-0.1.3}/setup.py +6 -2
- sovai-0.1.3/sovai/__init__.py +2 -0
- sovai-0.1.3/sovai.egg-info/PKG-INFO +6 -0
- sovai-0.1.2/PKG-INFO +0 -6
- sovai-0.1.2/sovai/__init__.py +0 -0
- sovai-0.1.2/sovai.egg-info/PKG-INFO +0 -6
- {sovai-0.1.2 → sovai-0.1.3}/README.md +0 -0
- {sovai-0.1.2 → sovai-0.1.3}/setup.cfg +0 -0
- {sovai-0.1.2 → sovai-0.1.3}/sovai.egg-info/SOURCES.txt +0 -0
- {sovai-0.1.2 → sovai-0.1.3}/sovai.egg-info/dependency_links.txt +0 -0
- {sovai-0.1.2 → sovai-0.1.3}/sovai.egg-info/top_level.txt +0 -0
sovai-0.1.3/PKG-INFO
ADDED
|
@@ -8,12 +8,16 @@ class CustomInstallCommand(install):
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='sovai',
|
|
11
|
-
version='0.1.
|
|
11
|
+
version='0.1.3',
|
|
12
12
|
packages=['sovai'],
|
|
13
|
-
description='
|
|
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
|
)
|
sovai-0.1.2/PKG-INFO
DELETED
sovai-0.1.2/sovai/__init__.py
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|