Skip to content

Commit f87770d

Browse files
committed
reflect changes in setup.py
1 parent ff73904 commit f87770d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,19 @@
88

99
setup(
1010
name='vizex',
11-
version='2.1.0',
11+
version='2.1.1',
1212
author='Beka Modebadze',
1313
author_email='bexx.modd@gmail.com',
1414
description='UNIX/Linux Terminal program to graphically display the disk space usage and/or directory data',
1515
long_description=long_description,
1616
long_description_content_type ='text/markdown',
1717
url='https://github.com/bexxmodd/vizex',
1818
package_dir = {'': 'vizex'},
19-
py_modules=['cli', 'vizexdu/disks', 'tools', 'vizexdu/charts', 'vizexdu/battery', 'vizexdu/cpu', 'vizexdf/files'],
19+
py_modules=[
20+
'cli', 'vizexdu/disks', 'tools',
21+
'vizexdu/charts', 'vizexdu/battery', 'vizexdu/cpu',
22+
'vizexdf/files', 'vizextree/viztree'
23+
],
2024
packages = find_packages(where='vizex'),
2125
classifiers=[
2226
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)