Commented the setup.py parameters not used by pybuild
This commit is contained in:
parent
660aeab32f
commit
5aa584b0d2
4
setup.py
4
setup.py
|
|
@ -23,14 +23,14 @@ setup(name=NAME,
|
|||
version=about['__version__'],
|
||||
description=DESCRIPTION,
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
# long_description_content_type='text/markdown',
|
||||
author=AUTHOR,
|
||||
author_email=EMAIL,
|
||||
url=URL,
|
||||
packages=[NAME],
|
||||
package_dir={NAME: NAME},
|
||||
scripts=['src/kiplot'],
|
||||
install_requires=['pyyaml'],
|
||||
# install_requires=['pyyaml'],
|
||||
classifiers = ['Development Status :: 3 - Alpha',
|
||||
'Environment :: Console',
|
||||
'Intended Audience :: Developers',
|
||||
|
|
|
|||
Loading…
Reference in New Issue