mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Convert to xztar.
This commit is contained in:
parent
44ef00b54e
commit
680c177ca4
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ install:
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|
||||||
dist: all_games_html rules mo
|
dist: all_games_html rules mo
|
||||||
python setup.py sdist
|
python3 setup.py sdist
|
||||||
|
|
||||||
rpm: all_games_html rules mo
|
rpm: all_games_html rules mo
|
||||||
python setup.py bdist_rpm
|
python setup.py bdist_rpm
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[sdist]
|
[sdist]
|
||||||
formats = bztar
|
formats = xztar
|
||||||
force_manifest = 1
|
force_manifest = 1
|
||||||
|
|
||||||
[bdist_rpm]
|
[bdist_rpm]
|
||||||
|
|
Loading…
Add table
Reference in a new issue