Skip to content

Commit 1216fc7

Browse files
committed
feat: move files around for build process
1 parent 6b6e028 commit 1216fc7

File tree

862 files changed

+1
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

862 files changed

+1
-6
lines changed

generator/src/generate-models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { PYTHON_JSON_SERIALIZER_PRESET, PythonFileGenerator } from '@asyncapi/mo
22
import * as path from 'path';
33
import * as fs from 'fs';
44

5-
const outputDirectoryPath = path.resolve(__dirname, '../../src/models');
5+
const outputDirectoryPath = path.resolve(__dirname, '../../src/asyncapi_python_parser_jonaslagoni/models');
66
const schemaFiles = path.resolve(__dirname, '../definitions');
77
interface FileReadType {
88
fileContent: string

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ classifiers = [
1818
"Development Status :: 2 - Pre-Alpha",
1919
]
2020

21-
[tool.hatch.build.targets.sdist]
22-
include = [
23-
"src/**/*.py"
24-
]
25-
2621
[project.urls]
2722
Homepage = "https://github.com/jonaslagoni/asyncapi-python-parser"
2823
Issues = "https://github.com/jonaslagoni/asyncapi-python-parser/issues"
File renamed without changes.

0 commit comments

Comments
 (0)