Browse Source

setup.cfg: update keywords and classifiers

The MMGen Project 5 months ago
parent
commit
e1df5c78b7
2 changed files with 15 additions and 3 deletions
  1. 1 1
      mmgen/data/keywords
  2. 14 2
      setup.cfg

+ 1 - 1
mmgen/data/keywords

@@ -1 +1 @@
-Bitcoin, BTC, Ethereum, ETH, Monero, XMR, ERC20, cryptocurrency, wallet, BIP32, cold storage, offline, online, spending, open-source, command-line, Python, Linux, Bitcoin Core, bitcoind, hd, deterministic, hierarchical, secure, anonymous, Electrum, seed, mnemonic, brainwallet, Scrypt, utility, script, scriptable, blockchain, raw, transaction, permissionless, console, terminal, curses, ansi, color, tmux, remote, client, daemon, RPC, json, entropy, xterm, rxvt, PowerShell, MSYS, MSYS2, MinGW, MinGW64, MSWin, Armbian, Raspbian, Raspberry Pi, Orange Pi, BCash, BCH, Litecoin, LTC, altcoin, ZEC, Zcash, DASH, Dashpay, SHA256Compress, monerod, EMC, Emercoin, token, deploy, contract, gas, fee, smart contract, solidity, Parity, OpenEthereum, testnet, devmode, Kovan
+Bitcoin, BTC, Ethereum, ETH, Monero, XMR, ERC20, cryptocurrency, wallet, cold storage, offline, signing, online, security, privacy, spending, financial, investment, open-source, command-line, Python, Linux, Microsoft Windows, macOS, Bitcoin Core, BIP32, BIP39, BIP44, BIP69, BIP125, bitcoind, hd, deterministic, hierarchical, secure, anonymous, Electrum, seed, mnemonic, brainwallet, Scrypt, utility, script, scriptable, blockchain, raw, transaction, permissionless, console, terminal, curses, ansi, color, tmux, remote, client, daemon, RPC, json, entropy, xterm, rxvt, MSYS2, MSWin, Armbian, Raspbian, Raspberry Pi, Orange Pi, Rock Pi, BCash, Bitcoin Cash Node, BCH, Litecoin, LTC, altcoin, ZEC, Zcash, SHA256Compress, monerod, token, deploy, contract, gas, fee, smart contract, solidity, Parity, OpenEthereum, testnet, devmode, regtest

+ 14 - 2
setup.cfg

@@ -23,15 +23,27 @@ project_urls =
 	Bug Tracker = https://github.com/mmgen/mmgen-wallet/issues
 	Documentation = https://github.com/mmgen/mmgen-wallet/wiki
 classifiers  =
-	Programming Language :: Python :: 3
-	Programming Language :: C
 	License :: OSI Approved :: GNU General Public License v3 (GPLv3)
 	Operating System :: POSIX :: Linux
 	Operating System :: Microsoft :: Windows
+	Operating System :: MacOS
 	Environment :: Console
+	Programming Language :: Python :: 3
+	Programming Language :: C
+	Framework :: AsyncIO
+	Framework :: aiohttp
 	Topic :: Office/Business :: Financial
 	Topic :: Security :: Cryptography
 	Topic :: Software Development :: Libraries :: Python Modules
+	Topic :: Utilities
+	Topic :: Software Development :: User Interfaces
+	Topic :: Software Development :: Testing
+	Topic :: Software Development :: Testing :: Mocking
+	Topic :: Software Development :: Testing :: Unit
+	Intended Audience :: Developers
+	Intended Audience :: End Users/Desktop
+	Intended Audience :: Financial and Insurance Industry
+	Intended Audience :: System Administrators
 	Development Status :: 5 - Production/Stable
 
 [options]