File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 3030
3131authors = [Author ("Arturo GL" , 'r2d2006@hotmail.com' ), Author ("Diego BM" , 'diegobm92@gmail.com' )]
3232url = 'https://github.com/yeuk0/pybuilder-archetype-api'
33- description = "External plugin for PyBuilder to generate a web service project structure"
34- long_description = f"Visit { url } for more information"
35- summary = "PyBuilder Python web service project structure Plugin"
33+ summary = "External plugin for PyBuilder to generate a web service project structure"
34+ description = open ('README.md' , encoding = 'utf8' ).read ()
3635
3736default_task = ['clean' , 'publish' ]
3837
3938
39+ @init
40+ def initialise (project ):
41+ project .set_property ('distutils_readme_file_type' , 'text/markdown' )
42+
43+
4044@init
4145def pack_files (project ):
4246 """
You can’t perform that action at this time.
0 commit comments