Skip to content

Commit a83359b

Browse files
committed
version
1 parent 542b878 commit a83359b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ npx openapi-generator generate \
144144
--package-name stitch_connect_client \
145145
--git-user-id NarrativeScience \
146146
--git-repo-id stitch-connect-python \
147-
-p packageVersion=0.1.0
147+
-p packageVersion=0.1.0 \
148148
-t templates
149149
```

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ license = "BSD-3-Clause"
1111
description-file = "README.md"
1212
requires = [
1313
"certifi>=14.05.14",
14-
"future; python_version<='2.7'",
1514
"six>=1.10",
1615
"python_dateutil>=2.5.3",
1716
"setuptools>=21.0.0",
@@ -23,7 +22,7 @@ classifiers = [
2322
"Programming Language :: Python :: 3",
2423
"Topic :: Software Development :: Libraries :: Python Modules",
2524
]
26-
requires-python = ">=2.7,<2.8,>=3.6,<4"
25+
requires-python = ">=3.6,<4"
2726
keywords = "Stitch Connect,Open API,OpenAPI-Generator"
2827

2928
[tool.flit.sdist]

templates/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@ npx openapi-generator generate \
132132
--package-name stitch_connect_client \
133133
--git-user-id NarrativeScience \
134134
--git-repo-id stitch-connect-python \
135-
-p packageVersion=0.1.0
135+
-p packageVersion={{packageVersion}} \
136136
-t templates
137137
```

0 commit comments

Comments
 (0)