37 lines
930 B
INI
37 lines
930 B
INI
[metadata]
|
|
name = pywmcurrencies
|
|
summary = Window Maker dockapp for monitoring average exchange rates
|
|
description_file = README.rst
|
|
author = Roman Dobosz
|
|
author_email = gryf73@gmail.com
|
|
home_page = https://git.vimja.com/gryf/pywmcurrencies
|
|
license = BSD
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: Console
|
|
Intended Audience :: End Users/Desktop
|
|
License :: OSI Approved :: BSD License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Topic :: System :: Networking
|
|
|
|
[install]
|
|
record = install.log
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
pywmcurrencies = pywmcurrencies.pywmcurrencies:main
|
|
|
|
[options]
|
|
install_requires =
|
|
wmdocklib
|
|
pyyaml
|
|
requests
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|