aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-25 18:06:30 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-25 18:06:30 -0600
commit9fc0c83d6892ae90500c302c656657b2c17ab19f (patch)
treeac69c3e083136205dc3cc175de35989a05309218 /setup.cfg
parent7ce7d6a9f8fd9dcb78736b4d06f4e98a88f063a9 (diff)
downloadyapymake-9fc0c83d6892ae90500c302c656657b2c17ab19f.tar.gz
yapymake-9fc0c83d6892ae90500c302c656657b2c17ab19f.zip
whose fucking idea was that
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 6 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 8aed49d..16c2abd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,12 @@ long_description = file: README.md
keywords = build, make
[options]
-packages = yapymake
+packages = find:
+package_dir =
+ =.
+
+[options.packages.find]
+where = .
[options.entry_points]
console_scripts =