Skip to content

Commit 4c6c87e

Browse files
committed
Remove Triax internal restrictions
1 parent 1435e2f commit 4c6c87e

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
## Purpose
44
Generate modern Python clients from OpenAPI
55

6-
## Contribution Guidelines
7-
- The project is written to support Python 3.8 and should conform to the [Triax Python Standards](https://triaxtec.atlassian.net/wiki/spaces/EN/pages/499482627/Python+Guidelines).
8-
- Any changes should be covered with a unit test and documented in [CHANGELOG.md]
9-
106
## Release Process
117
1. Start a release with Git Flow
128
1. Update the version number in `pyproject.toml` with `poetry version <rule>`
@@ -20,7 +16,7 @@ Generate modern Python clients from OpenAPI
2016
1. Create a tag on the merge commit with the release number
2117

2218
## Contributors
23-
- Dylan Anthony <[email protected]>
19+
- Dylan Anthony <[email protected]> (Owner)
2420

2521

2622
[CHANGELOG.md]: CHANGELOG.md

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,8 @@ readme = "README.md"
1111
packages = [
1212
{include = "openapi_python_client"},
1313
]
14-
classifiers = [
15-
"Private :: Internal Triax Use Only" # Prevents this from being accidentally published to public PyPI
16-
]
1714
include = ["CHANGELOG.md", "openapi_python_client/py.typed"]
1815

19-
[[tool.poetry.source]]
20-
name = "triaxtec"
21-
url = "https://pypi.fury.io/triaxtec/"
2216

2317
[tool.poetry.dependencies]
2418
python = "==3.*,>=3.8.0"

0 commit comments

Comments
 (0)