Skip to content

Commit 3aec35b

Browse files
committed
Hardlink dupes feature to readme
1 parent 5198660 commit 3aec35b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Copy of `compileall` module from CPython source code with some new features, nam
1414

1515
* the `-e` command line option for ignoring symlinks pointing outside a specific directory
1616

17+
* the `--hardlink-dupes` command line option which creates hardlinks between
18+
`.pyc` files with the same content
19+
1720
## Installation
1821

1922
* From [PyPI](https://pypi.org/project/compileall2/) via `pip install compileall2`
@@ -96,6 +99,8 @@ ZeroDivisionError: division by zero
9699

97100
* ✓ Changes from upstream CPython backported back
98101

102+
* ✓ Implemented important features for Fedora RPM build system
103+
99104
## Testing
100105

101106
You can test it locally with tox or unittest directly:

0 commit comments

Comments
 (0)