mirror of
https://github.com/hemna/aprsd-stock-plugin.git
synced 2026-03-04 22:20:37 -05:00
Remove redundant config files and fix oslo.config dependency
This commit is contained in:
parent
c50a9d8fee
commit
1f07247e9b
@ -20,7 +20,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.11",
|
||||
]
|
||||
dependencies = [
|
||||
"oslo-config",
|
||||
"oslo.config",
|
||||
"yfinance",
|
||||
]
|
||||
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
pbr
|
||||
yfinance
|
||||
40
setup.cfg
40
setup.cfg
@ -1,40 +0,0 @@
|
||||
[metadata]
|
||||
name = aprsd_stock_plugin
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
author = Walter A. Boring IV
|
||||
author_email = waboring@hemna.com
|
||||
license = Apache-2.0
|
||||
license_files = LICENSE
|
||||
classifiers =
|
||||
License :: OSI Approved :: Apache Software License
|
||||
classifier =
|
||||
Topic :: Communications :: Ham Radio
|
||||
Operating System :: POSIX :: Linux
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
description_file =
|
||||
README.md
|
||||
summary = Ham Radio APRSD Plugin for fetching stock quotes
|
||||
|
||||
[global]
|
||||
setup-hooks =
|
||||
pbr.hooks.setup_hook
|
||||
|
||||
[files]
|
||||
packages =
|
||||
aprsd_stock_plugin
|
||||
|
||||
[build_sphinx]
|
||||
source-dir = doc/source
|
||||
build-dir = doc/build
|
||||
all_files = 1
|
||||
|
||||
[upload_sphinx]
|
||||
upload-dir = doc/build/html
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
strict = True
|
||||
Loading…
x
Reference in New Issue
Block a user