Remove setup.cfg from git, to avoid merges over-writing any per-env changes

The hope is this can be used to easily switch between live, beta and dev
for setup.py without worrying that a git merge will suddenly turn beta
into dev, or live into beta or dev.
This commit is contained in:
Athanasius 2021-07-02 13:55:25 +00:00
parent 096ccab9fb
commit 2a4f8488cd
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
# Hoping this can be a per environment config, so needs to not be merged
# by git, so not *in* git.
setup.cfg
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

View File

@ -1,2 +0,0 @@
[egg_info]
tag_build = .dev