setup.cfg 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [metadata]
  2. name = yaflpy
  3. version = 0.10.0
  4. description = Yet Another Filtering Library
  5. long_description = file: Readme.md
  6. long_description_content_type = text/markdown
  7. license = Apache License, Version 2.0
  8. license_file = LICENSE
  9. author = anonimous
  10. author_email = shkolnick-kun@gmail.com
  11. url = https://github.com/shkolnick-kun/yafl
  12. download_urls = https://github.com/shkolnick-kun/yafl
  13. project_urls =
  14. Documentation = https://github.com/shkolnick-kun/yafl
  15. Code = https://github.com/shkolnick-kun/yafl
  16. Issue tracker = https://github.com/shkolnick-kun/yafl/issues
  17. classifiers =
  18. evelopment Status :: 3 - Alpha
  19. License :: OSI Approved :: Apache Software License
  20. Intended Audience :: Science/Research
  21. Topic :: Scientific/Engineering
  22. Topic :: Scientific/Engineering :: Mathematics
  23. Topic :: Software Development :: Embedded Systems
  24. Natural Language :: English
  25. Operating System :: OS Independent
  26. Programming Language :: C
  27. Programming Language :: Cython
  28. Programming Language :: Python
  29. Programming Language :: Python :: 3
  30. Programming Language :: Python :: 3.4
  31. Programming Language :: Python :: 3.5
  32. Programming Language :: Python :: 3.6
  33. Programming Language :: Python :: 3.7
  34. Programming Language :: Python :: 3 :: Only
  35. Programming Language :: Python :: Implementation :: CPython
  36. [options]
  37. zip_safe = False
  38. python_requires = >=3.4