Skip to content
Snippets Groups Projects
  1. Aug 20, 2024
  2. Aug 19, 2024
  3. Aug 16, 2024
  4. Jul 31, 2024
  5. Jul 30, 2024
  6. Jul 27, 2024
  7. Jul 26, 2024
    • Florian Schröder's avatar
      Update file paths in package_files function · 5afc7d93
      Florian Schröder authored
      Modified the os.walk() function in setup.py to include the "cooperative_cuisine" directory in the path. This ensures all the files inside the specified directory are correctly included in the package.
      5afc7d93
    • Florian Schröder's avatar
      Add dynamic package data inclusion for additional directories · 7763b354
      Florian Schröder authored
      This commit introduces a function to dynamically include package data files from specified directories. It replaces the hardcoded paths in `package_data` with the newly generated paths from the `package_files` function, ensuring all necessary files from 'configs', 'pygame_2d_vis', and 'reinforcement_learning' are included.
      7763b354
    • Florian Schröder's avatar
      Add package_data to include additional directories · 27546024
      Florian Schröder authored
      Updated `setup.py` to include `configs`, `pygame_2d_vis`, and `reinforcement_learning` directories in the `package_data`. This ensures that these directories are included in the package distribution for better functionality and resource management.
      27546024
  8. Jul 25, 2024
  9. Jul 22, 2024
  10. Jul 19, 2024
Loading