From 718bd93f0fb58db9b4813f953135ab2a3c0b0ea4 Mon Sep 17 00:00:00 2001 From: Fournet Enzo Date: Sun, 10 Mar 2024 20:02:28 +0100 Subject: [PATCH] V0.2 --- README.md | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f67ef3..de048fe 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,10 @@ To use this utility in your project, you can run the Django management command ` ``` usage: manage.py django2ts [--app APP] [--path PATH] [--separated-files] [--verbose] +``` And if you want you can also directly use the `ModelToTypeScriptConverter` class in your own code to generate TypeScript interfaces programmatically. ## Installation -`pip install django-model-to-typescript-converter` \ No newline at end of file +`pip install dajngo-models-typescript-types` \ No newline at end of file diff --git a/setup.py b/setup.py index dbd761c..aca49b1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='dajngo-models-typescript-types', - version='0.1.1', + version='0.2', packages=find_packages(), include_package_data=True, install_requires=[