Forgot to get rid of the scm stuff since moving back to setup.py.
This commit is contained in:
parent
1d746eb709
commit
bc4319bf5e
@ -1,5 +0,0 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=64.0.0", "setuptools_scm[toml]>=6.2"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools_scm]
|
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'),
|
||||
|
Loading…
Reference in New Issue
Block a user