Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderLogy committed Sep 3, 2024
1 parent 7b4184d commit 45e8217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
from setuptools import setup, find_packages

setup(
name="FileStats", # The name of your package
name="FDASST", # The name of your package
version="0.1", # The initial release version
packages=find_packages(), # Automatically find package directories
description="A Python package to read disk usage",
description="A Python package to read disk usage also known as File Disk And System Stats Tool",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
author="Shourya Wadhwa",
Expand Down

0 comments on commit 45e8217

Please sign in to comment.