diff options
-rw-r--r-- | torchrl.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/torchrl.spec b/torchrl.spec index 3d95e7b..db67173 100644 --- a/torchrl.spec +++ b/torchrl.spec @@ -39,7 +39,7 @@ Key features include: - A framework for Q-learning methods.
%prep
-%autosetup -p1 -n %{name}-%{version}
+%autosetup -p1 -n rl-%{version}
%build
%py3_build
|