Skip to content

Commit

Permalink
reflect changes in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bexxmodd committed Jan 18, 2022
1 parent ff73904 commit f87770d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@

setup(
name='vizex',
version='2.1.0',
version='2.1.1',
author='Beka Modebadze',
author_email='[email protected]',
description='UNIX/Linux Terminal program to graphically display the disk space usage and/or directory data',
long_description=long_description,
long_description_content_type ='text/markdown',
url='https://github.com/bexxmodd/vizex',
package_dir = {'': 'vizex'},
py_modules=['cli', 'vizexdu/disks', 'tools', 'vizexdu/charts', 'vizexdu/battery', 'vizexdu/cpu', 'vizexdf/files'],
py_modules=[
'cli', 'vizexdu/disks', 'tools',
'vizexdu/charts', 'vizexdu/battery', 'vizexdu/cpu',
'vizexdf/files', 'vizextree/viztree'
],
packages = find_packages(where='vizex'),
classifiers=[
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit f87770d

Please sign in to comment.