Skip to content

Commit

Permalink
move from setup.py to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Oct 10, 2022
1 parent 90b88f7 commit bf2fcf1
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 44 deletions.
36 changes: 36 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[metadata]
name = fava-plugins
version = 1.0
author = Jakob Schnitzer
author_email = [email protected]
license = MIT
description = A collection of Beancount plugins.
keywords = fava, beancount, accounting
url = https://github.com/beancount/fava-plugins
long_description = file: README.md
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Education
Intended Audience :: End Users/Desktop
Intended Audience :: Financial and Insurance Industry
Intended Audience :: Information Technology
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: JavaScript
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Office/Business :: Financial :: Accounting
Topic :: Office/Business :: Financial :: Investment

[options]
packages = find:
zip_safe = False
install_requires = beancount>=2.0
include_package_data = True

[options.packages.find]
exclude = tests
43 changes: 0 additions & 43 deletions setup.py

This file was deleted.

3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist = lint, py
envlist = lint,py
isolated_build = True

[testenv]
deps =
Expand Down

0 comments on commit bf2fcf1

Please sign in to comment.