Forgot to get rid of the scm stuff since moving back to setup.py.
This commit is contained in:
3
setup.py
3
setup.py
@ -60,9 +60,6 @@ def read(fname):
|
||||
setup(
|
||||
# Application name:
|
||||
name="fenrir-screenreader",
|
||||
# Version is now handled by setuptools_scm
|
||||
use_scm_version=True,
|
||||
setup_requires=['setuptools_scm'],
|
||||
# description
|
||||
description="A TTY Screen Reader for Linux.",
|
||||
long_description=read('README.md'),
|
||||
|
Reference in New Issue
Block a user