rasa-pro 0.0.1__tar.gz → 0.0.1.post1__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.

Potentially problematic release.


This version of rasa-pro might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rasa-pro
3
- Version: 0.0.1
3
+ Version: 0.0.1.post1
4
4
  Summary: Rasa Pro package
5
5
  Home-page: https://rasa.com
6
6
  Author: Rasa Technologies GmbH
@@ -11,7 +11,13 @@ License: Apache 2.0
11
11
  Project-URL: Bug Reports, https://github.com/rasahq/rasa/issues
12
12
  Project-URL: Source, https://github.com/rasahq/rasa
13
13
  Description: # Rasa Pro placeholder
14
- This is an empty placeholder package for pypi.org.
14
+ This is an empty package.
15
+
16
+ Please make sure to install the `rasa-pro` package from Rasa's internal
17
+ python package registry.
18
+
19
+ You can find the instructions to setup the internal registry at
20
+ https://rasa.com/docs/rasa-pro/installation/python/installation/
15
21
 
16
22
  ## Create a release
17
23
  prerequisite:
@@ -0,0 +1,19 @@
1
+ # Rasa Pro placeholder
2
+ This is an empty package.
3
+
4
+ Please make sure to install the `rasa-pro` package from Rasa's internal
5
+ python package registry.
6
+
7
+ You can find the instructions to setup the internal registry at
8
+ https://rasa.com/docs/rasa-pro/installation/python/installation/
9
+
10
+ ## Create a release
11
+ prerequisite:
12
+ * make sure to install `twine`
13
+
14
+ commands to create and upload a release:
15
+ ```python
16
+ OVERRIDE=true python setup.py sdist
17
+ twine upload dist/*
18
+ ```
19
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rasa-pro
3
- Version: 0.0.1
3
+ Version: 0.0.1.post1
4
4
  Summary: Rasa Pro package
5
5
  Home-page: https://rasa.com
6
6
  Author: Rasa Technologies GmbH
@@ -11,7 +11,13 @@ License: Apache 2.0
11
11
  Project-URL: Bug Reports, https://github.com/rasahq/rasa/issues
12
12
  Project-URL: Source, https://github.com/rasahq/rasa
13
13
  Description: # Rasa Pro placeholder
14
- This is an empty placeholder package for pypi.org.
14
+ This is an empty package.
15
+
16
+ Please make sure to install the `rasa-pro` package from Rasa's internal
17
+ python package registry.
18
+
19
+ You can find the instructions to setup the internal registry at
20
+ https://rasa.com/docs/rasa-pro/installation/python/installation/
15
21
 
16
22
  ## Create a release
17
23
  prerequisite:
@@ -19,7 +19,7 @@ setup(
19
19
  "Programming Language :: Python :: 3.10",
20
20
  "Topic :: Software Development :: Libraries",
21
21
  ],
22
- version="0.0.1",
22
+ version="0.0.1post1",
23
23
  description="Rasa Pro package",
24
24
  long_description=long_description,
25
25
  long_description_content_type="text/markdown",
rasa-pro-0.0.1/README.md DELETED
@@ -1,13 +0,0 @@
1
- # Rasa Pro placeholder
2
- This is an empty placeholder package for pypi.org.
3
-
4
- ## Create a release
5
- prerequisite:
6
- * make sure to install `twine`
7
-
8
- commands to create and upload a release:
9
- ```python
10
- OVERRIDE=true python setup.py sdist
11
- twine upload dist/*
12
- ```
13
-
File without changes