diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-25 18:06:30 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-25 18:06:30 -0600 |
commit | 9fc0c83d6892ae90500c302c656657b2c17ab19f (patch) | |
tree | ac69c3e083136205dc3cc175de35989a05309218 | |
parent | 7ce7d6a9f8fd9dcb78736b4d06f4e98a88f063a9 (diff) | |
download | yapymake-9fc0c83d6892ae90500c302c656657b2c17ab19f.tar.gz yapymake-9fc0c83d6892ae90500c302c656657b2c17ab19f.zip |
whose fucking idea was that
-rw-r--r-- | setup.cfg | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 = |