Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix python packaging using latest methods #1

Merged
merged 1 commit into from
Jul 10, 2023

Commits on Feb 21, 2023

  1. fix python packaging using latest methods

    - Change python packaging method following instructions from
      https://packaging.python.org/en/latest/tutorials/packaging-projects
    - Remove scripts as they can be created automatically from setup.cfg
    - move the sources to src
    - setup.py: remove captialization in package names, conflicts with other
      packaging methods like debian's
    - modify licence to gpl3+
    - Add setup.cfg and pyproject.toml
    - modify MANIFEST.in to include assets
    - WoeUSB-ng.desktop: add version and change icon; fixes WoeUSB#11
    hsbasu committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f9d54c9 View commit details
    Browse the repository at this point in the history