Skip to content

Commit

Permalink
PyPi does not want .tar.bz2
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Apr 23, 2020
1 parent d57d695 commit 573d614
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PYTHON=python
NAME=pycups
VERSION:=$(shell $(PYTHON) setup.py --version)
SDIST_ARGS=--formats=bztar -d.
SDIST_ARGS=--formats=gztar -d.
RPMCONFIGDIR:=$(shell rpm -E "%{_rpmconfigdir}" 2>/dev/null || :)

SOURCES=cupsmodule.c cupsconnection.c cupsppd.c cupsipp.c setup.py \
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
NEWS
----

New in 2.0.1:
* pypi required .tar.gz

New in 2.0.0:
* dropped macros for older CUPS < 2.0.0
* dropped Python 2 support and its related macros
Expand Down
2 changes: 2 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* Add cups.Connection.getNamedDest() wrapper
* uploading to pypi does not work by 'make upload' - needed to do after archiving by 'make upload':
$ python3 -m twine upload --repository pypi pycups-<version>.tar.gz

0 comments on commit 573d614

Please sign in to comment.