projen-modules 0.0.9__tar.gz → 0.0.10__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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: projen_modules
3
- Version: 0.0.9
3
+ Version: 0.0.10
4
4
  Summary: projen-modules
5
5
  Home-page: https://github.com/daveshepherd/projen-modules.git
6
6
  Author: Dave Shepherd<dave.shepherd@endor.me.uk>
@@ -21,4 +21,11 @@ Requires-Python: ~=3.8
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
23
 
24
- # replace this
24
+ # Projen Modules
25
+
26
+ ## Getting started
27
+
28
+ ```
29
+ yarn install
30
+ npx projen build
31
+ ```
@@ -0,0 +1,8 @@
1
+ # Projen Modules
2
+
3
+ ## Getting started
4
+
5
+ ```
6
+ yarn install
7
+ npx projen build
8
+ ```
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "projen_modules",
8
- "version": "0.0.9",
8
+ "version": "0.0.10",
9
9
  "description": "projen-modules",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/daveshepherd/projen-modules.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "projen_modules._jsii": [
29
- "projen-modules@0.0.9.jsii.tgz"
29
+ "projen-modules@0.0.10.jsii.tgz"
30
30
  ],
31
31
  "projen_modules": [
32
32
  "py.typed"
@@ -1,5 +1,12 @@
1
1
  r'''
2
- # replace this
2
+ # Projen Modules
3
+
4
+ ## Getting started
5
+
6
+ ```
7
+ yarn install
8
+ npx projen build
9
+ ```
3
10
  '''
4
11
  from pkgutil import extend_path
5
12
  __path__ = extend_path(__path__, __name__)
@@ -17,7 +17,7 @@ import constructs._jsii
17
17
  import projen._jsii
18
18
 
19
19
  __jsii_assembly__ = jsii.JSIIAssembly.load(
20
- "projen-modules", "0.0.9", __name__[0:-6], "projen-modules@0.0.9.jsii.tgz"
20
+ "projen-modules", "0.0.10", __name__[0:-6], "projen-modules@0.0.10.jsii.tgz"
21
21
  )
22
22
 
23
23
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: projen-modules
3
- Version: 0.0.9
3
+ Version: 0.0.10
4
4
  Summary: projen-modules
5
5
  Home-page: https://github.com/daveshepherd/projen-modules.git
6
6
  Author: Dave Shepherd<dave.shepherd@endor.me.uk>
@@ -21,4 +21,11 @@ Requires-Python: ~=3.8
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
23
 
24
- # replace this
24
+ # Projen Modules
25
+
26
+ ## Getting started
27
+
28
+ ```
29
+ yarn install
30
+ npx projen build
31
+ ```
@@ -11,4 +11,4 @@ src/projen_modules.egg-info/dependency_links.txt
11
11
  src/projen_modules.egg-info/requires.txt
12
12
  src/projen_modules.egg-info/top_level.txt
13
13
  src/projen_modules/_jsii/__init__.py
14
- src/projen_modules/_jsii/projen-modules@0.0.9.jsii.tgz
14
+ src/projen_modules/_jsii/projen-modules@0.0.10.jsii.tgz
@@ -1 +0,0 @@
1
- # replace this
File without changes