setup.cfg 1.3 KB

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