Skip to content

Commit

Permalink
Substituted distools with setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet29 committed Mar 22, 2020
1 parent 8ed487e commit 799438f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ Clutter Manager sorts all the files inside the folders according to their respec
- [ ] Indexing

- [ ] Depth parameter

- [ ] Documentation
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#!/usr/bin/env python
from setuptools import find_packages
from distutils.core import setup
from setuptools import find_packages, setup

with open("README.md", "r") as fh:
long_description = fh.read()

setup(name='cluttermanager',
long_description=long_description,
long_description_content_type="text/markdown",
version='0.3.0',
version='0.4.6',
description='Clutter Manager for your folders',
author='Puneet Saini',
author_email='[email protected]',
Expand Down

0 comments on commit 799438f

Please sign in to comment.