Skip to content

Commit

Permalink
rename pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
dayyass committed Aug 4, 2022
1 parent 025c14d commit 7f3a38f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ venv
master.sqlite
master.sqlite-journal

py_dfs.egg-info
dfspy.egg-info
build/
dist/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Distributed File System written in Python.

## Installation
```
pip install py-dfs
pip install dfspy
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# TODO: add license
setup(
name="py-dfs",
name="dfspy",
version="0.1.0",
description="Distributed File System written in Python",
long_description=long_description,
Expand Down

0 comments on commit 7f3a38f

Please sign in to comment.