Skip to content

Commit

Permalink
change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-SGXXX committed Mar 1, 2024
1 parent 20c9085 commit 2e34fcb
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
@@ -1,8 +1,8 @@
from setuptools import setup, find_packages

setup(
name='experiment-record-manager',
version='0.1.1',
name='pyerm',
version='0.1.0',
packages=find_packages(),
include_package_data=True,
)

0 comments on commit 2e34fcb

Please sign in to comment.