We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9787ec commit 9c1d2aaCopy full SHA for 9c1d2aa
setup.py
@@ -9,15 +9,14 @@
9
needs_wheel = {'bdist_wheel'}.intersection(sys.argv)
10
wheel = ['wheel'] if needs_wheel else []
11
12
-# TODO: add README.rst, so we can use on both Github and PyPI
13
-# with open('README.rst', 'r') as f:
14
-# long_description = f.read()
+with open('README.rst', 'r') as f:
+ long_description = f.read()
15
16
setup(
17
name="ufo_extractor",
18
version="0.2.0.dev0",
19
description="Tools for extracting data from font binaries into UFO objects.",
20
- # long_description=long_description,
+ long_description=long_description,
21
author="Tal Leming",
22
author_email="[email protected]",
23
url="https://github.com/typesupply/extractor",
0 commit comments