Skip to content

Commit 894c8f6

Browse files
committed
v2022.1.5
1 parent 1c998c5 commit 894c8f6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
long_description = (this_directory / 'README.md').read_text()
77

88

9-
109
def 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
)

0 commit comments

Comments
 (0)