Skip to content

Commit 60d895e

Browse files
Update setup.py
1 parent 5e08e62 commit 60d895e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
with open("requirements.txt") as f:
44
requirements = []
55
for line in f:
6-
# Exclude editable installs or requirements files
76
if not line.startswith(("-e", "-r", "git+", "http://", "https://")):
87
requirements.append(line.strip())
98

@@ -20,7 +19,7 @@
2019
package_data={"occupancy_measures": ["py.typed"]},
2120
version="0.0.1",
2221
license="MIT",
23-
description='Code for the "Preventing Reward Hacking using Occupancy Measure Regularization"',
22+
description='Code for "Preventing Reward Hacking using Occupancy Measure Regularization"',
2423
long_description=open("README.md").read(),
2524
long_description_content_type="text/markdown",
2625
author="Cassidy Laidlaw",

0 commit comments

Comments
 (0)