diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-07-28 00:43:58 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-07-28 00:56:05 +0200 |
commit | e257f4d9e3b8647c3470a1450ccdcea33583419c (patch) | |
tree | 46ec947935c1660c96d3233191a2100ec8c7bef0 /.gitignore | |
parent | f13bbb9bddf95a9beb87e15ceb1543f79a0134a2 (diff) | |
download | MusicSampler-e257f4d9e3b8647c3470a1450ccdcea33583419c.tar.gz MusicSampler-e257f4d9e3b8647c3470a1450ccdcea33583419c.tar.zst MusicSampler-e257f4d9e3b8647c3470a1450ccdcea33583419c.zip |
Use setuptools_scm to determinate project version
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ dist/ | |||
3 | music_sampler/__pycache__/ | 3 | music_sampler/__pycache__/ |
4 | __pycache__/ | 4 | __pycache__/ |
5 | .pyinstaller_commit | 5 | .pyinstaller_commit |
6 | music_sampler.egg-info/ | ||