File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 66long_description = (this_directory / 'README.md' ).read_text ()
77
88
9-
109def package_files (directory ):
1110 paths = []
1211 for (path , directories , filenames ) in os .walk (directory ):
@@ -21,7 +20,7 @@ def package_files(directory):
2120 extra_files = package_files ('DesOptPy' )
2221 setup (
2322 name = 'DesOptPy' ,
24- version = '2022.1.3 ' ,
23+ version = '2022.1.5 ' ,
2524 description = 'DESign OPTimization in PYthon' ,
2625 author = 'E. J. Wehrle' ,
2726 author_email = 'Erich.Wehrle@unibz.it' ,
@@ -30,6 +29,6 @@ def package_files(directory):
3029 license = 'GNU Lesser General Public License 3.0' ,
3130 url = 'https://github.com/e-dub/DesOptPy' ,
3231 packages = ['DesOptPy' ],
33- long_description = long_description ,
34- long_description_content_type = 'text/markdown' ,
32+ long_description = long_description ,
33+ long_description_content_type = 'text/markdown' ,
3534 )
You can’t perform that action at this time.
0 commit comments