Skip to content
Snippets Groups Projects

Integrate setuptools_scm

Merged Marcel Loose requested to merge setuptools_scm into main

Integrated automatic version information generation using setuptools_scm in pyproject.toml file.

To check that things work as expected, execute the following commands, while at the root of the current git repository:

# Create and activate virtualenv
python3 -m venv venv
. venv/bin/activate

# Upgrade pip
pip install -U pip

# Install my-awesome-app (the `-e` option is to do a developer install, not strictly necessary but handy):
pip install -e .

# Check it works
python -c 'import my_awesome_app; print(my_awesome_app.__version__)'
Edited by Marcel Loose

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading