setup.cfg 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. unfccc_di_api
  48. dask
  49. [options.extras_require]
  50. dev =
  51. pip
  52. wheel
  53. bs4
  54. requests
  55. pandas
  56. selenium
  57. primap2
  58. countrynames
  59. pycountry
  60. datalad
  61. treelib
  62. camelot-py
  63. opencv-python
  64. ghostscript
  65. ipykernel
  66. jupyter
  67. dask
  68. [options.package_data]
  69. * =
  70. *.csv
  71. *.nc