Skip to content

Commit

Permalink
🔧 change pypi package name
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineSimoulin committed Nov 15, 2021
1 parent 0014ad7 commit 9408799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
model/
*.pyc
__pycache__/
__pycache__/
dist/
*.egg-info
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setuptools.setup(
name="pytree",
name="rvnn",
version="0.0.1",
author="Antoine Simoulin",
author_email="[email protected]",
Expand Down

0 comments on commit 9408799

Please sign in to comment.