setup.cfg 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. [metadata]
  2. name = UNFCCC_GHG_data
  3. version = 0.2
  4. author = Johannes Gütschow
  5. author_email = mail@johannes-guetschow.de
  6. description = Tools to read GHG data submitted to the UNFCCC using various methods
  7. long_description = file: README.md
  8. long_description_content_type = text/md
  9. url = https://github.com/JGuetschow/UNFCCC_non-AnnexI_data
  10. #project_urls =
  11. classifiers =
  12. Development Status :: 3 - Alpha
  13. Intended Audience :: Science/Research
  14. Topic :: Scientific/Engineering :: Atmospheric Science
  15. License :: OSI Approved :: Apache Software License
  16. Natural Language :: English
  17. Programming Language :: Python :: 3
  18. Programming Language :: Python :: 3.8
  19. Programming Language :: Python :: 3.9
  20. Programming Language :: Python :: 3.10
  21. license = Apache Software License 2.0
  22. license_file = LICENSE
  23. [options]
  24. packages =
  25. UNFCCC_GHG_data
  26. UNFCCC_GHG_data.UNFCCC_CRF_reader
  27. UNFCCC_GHG_data.UNFCCC_reader
  28. UNFCCC_GHG_data.UNFCCC_downloader
  29. #UNFCCC_GHG_data.UNFCCC_DI_reader
  30. #UNFCCC_GHG_data.datasets
  31. python_requires = >=3.8
  32. setup_requires =
  33. setuptools_scm
  34. install_requires =
  35. bs4
  36. requests
  37. pandas
  38. selenium
  39. primap2
  40. countrynames
  41. pycountry
  42. datalad
  43. treelib
  44. camelot-py
  45. opencv-python
  46. ghostscript
  47. [options.extras_require]
  48. dev =
  49. pip
  50. wheel
  51. bs4
  52. requests
  53. pandas
  54. selenium
  55. primap2
  56. countrynames
  57. pycountry
  58. datalad
  59. treelib
  60. camelot-py
  61. opencv-python
  62. ghostscript
  63. ipykernel
  64. jupyter
  65. [options.package_data]
  66. * =
  67. *.csv
  68. *.nc