setup.cfg 796 B

12345678910111213141516171819202122232425262728
  1. [metadata]
  2. name = YNAB Weekly
  3. author = Nikola Kotur
  4. author-email = kotnick@gmail.com
  5. summary = Recieve top spending categories in YNAB weekly
  6. description-file = README.md
  7. description-content-type = text/markdown
  8. license = Apache-2.0
  9. home-page = https://github.com/kotnik/ynab-weekly-spending
  10. python_requires = >=2.6, <3
  11. classifier =
  12. Development Status :: 5 - Production/Stable
  13. Environment :: Console
  14. Intended Audience :: End Users/Desktop
  15. Intended Audience :: Financial and Insurance Industry
  16. License :: OSI Approved :: Apache Software License
  17. Operating System :: POSIX
  18. Topic :: Office/Business :: Financial :: Accounting
  19. [files]
  20. packages =
  21. ynab_weekly
  22. namespace_packages =
  23. ynab_weekly
  24. [entry_points]
  25. console_scripts =
  26. ynab-weekly = ynab_weekly.main:run