setup.cfg 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [metadata]
  2. name = Global_CO2_from_cement_production
  3. version = 0.1
  4. author = Johannes Gütschow
  5. author_email = mail@johannes-guetschow.de
  6. description = Robbie Andrew's CO2 emissions from cement production data in PRIMAP2
  7. format
  8. long_description = file: README.md
  9. long_description_content_type = text/md
  10. url = https://github.com/JGuetschow/Global_CO2_from_cement_production
  11. #project_urls =
  12. classifiers =
  13. Development Status :: 3 - Alpha
  14. Intended Audience :: Science/Research
  15. Topic :: Scientific/Engineering :: Atmospheric Science
  16. License :: OSI Approved :: Apache Software License
  17. Natural Language :: English
  18. Programming Language :: Python :: 3
  19. Programming Language :: Python :: 3.8
  20. Programming Language :: Python :: 3.9
  21. Programming Language :: Python :: 3.10
  22. license = Apache Software License 2.0
  23. license_file = LICENSE
  24. [options]
  25. #packages =
  26. python_requires = >=3.8
  27. setup_requires =
  28. setuptools_scm
  29. install_requires =
  30. primap2
  31. pycountry
  32. datalad
  33. pycountry
  34. [options.extras_require]
  35. dev =
  36. pip
  37. wheel
  38. primap2
  39. datalad
  40. black
  41. ipykernel
  42. jupyter
  43. pycountry
  44. [options.package_data]
  45. * =
  46. *.csv
  47. *.nc