Skip to content

Commit

Permalink
build: Must be slashes (not dots)
Browse files Browse the repository at this point in the history
  • Loading branch information
suminb committed May 31, 2024
1 parent 6a419c0 commit f65841d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def readme():
name="hanja",
# TODO: We need to stop this madness. Either use setuptools instead of
# distutils, or write a function to recursively collect all relavant files.
py_modules=["hanja", "hanja/__init__", "hanja.hangul", "hanja.impl", "hanja.table"],
py_modules=["hanja", "hanja/__init__", "hanja/hangul", "hanja/impl", "hanja/table"],
version=hanja.__version__,
description="Hangul & Hanja library",
long_description=readme(),
Expand Down

0 comments on commit f65841d

Please sign in to comment.