Skip to content

Commit

Permalink
Fix for auto push
Browse files Browse the repository at this point in the history
  • Loading branch information
enzofrnt committed Mar 10, 2024
1 parent 078279f commit 4e9ad8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Django-Model-to-TypeScript-
# Django-Model-to-TypeScript
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from setuptools import setup, find_packages

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

setup(
name='dajngo-models-typescript-types',
version='0.1.1',
Expand All @@ -8,6 +11,11 @@
install_requires=[
'django',
],
description='A package to create your Typescript types/models from your Django models.',
long_description=long_description,
long_description_content_type="text/markdown",
author='Horou and Enzo_frnt',
url='https://github.com/Horou/djangorestframework-deepserializer',
classifiers=[
'Framework :: Django',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 4e9ad8f

Please sign in to comment.