File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1- # Django-Model-to-TypeScript-
1+ # Django-Model-to-TypeScript
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3+ with open ("README.md" , "r" , encoding = "utf-8" ) as fh :
4+ long_description = fh .read ()
5+
36setup (
47 name = 'dajngo-models-typescript-types' ,
58 version = '0.1.1' ,
811 install_requires = [
912 'django' ,
1013 ],
14+ description = 'A package to create your Typescript types/models from your Django models.' ,
15+ long_description = long_description ,
16+ long_description_content_type = "text/markdown" ,
17+ author = 'Horou and Enzo_frnt' ,
18+ url = 'https://github.com/Horou/djangorestframework-deepserializer' ,
1119 classifiers = [
1220 'Framework :: Django' ,
1321 'Programming Language :: Python :: 3' ,
You can’t perform that action at this time.
0 commit comments