Skip to content

Commit

Permalink
Cleanup based on @anthrotype feedback (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
benkiel authored Dec 10, 2020
1 parent d235d05 commit 89e6d4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions MANIFEST.in

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup
from setuptools import setup, find_packages


setup(
Expand All @@ -9,7 +9,7 @@
author_email="[email protected]",
url="https://github.com/unified-font-object/ufoNormalizer",
package_dir={"": "src"},
packages={"ufonormalizer"},
packages=find_packages(where="src"),
entry_points={
'console_scripts': [
"ufonormalizer = ufonormalizer:main",
Expand Down

0 comments on commit 89e6d4d

Please sign in to comment.