Skip to content

Commit

Permalink
Fixing python packaging - project can be wheel and sdist now
Browse files Browse the repository at this point in the history
  • Loading branch information
rembish committed Apr 20, 2018
1 parent 2950354 commit 007bacf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions python/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include *.h
include debian/changelog
10 changes: 9 additions & 1 deletion python/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
python-fastrpc (8.0.6) UNRELEASED; urgency=medium

* Wheel support
* Fixing header includes to the source package
* Fixing python package naming

-- Aleksey Rembish <[email protected]> Fri, 15 Sep 2017 10:41:24 +0200

python-fastrpc (8.0.5) stable; urgency=medium

* fix: fixed problem with dump dict key if is not string #GDPR_RS-108
Expand Down Expand Up @@ -43,7 +51,7 @@ python-fastrpc (8.0.2) stable; urgency=medium
python-fastrpc (8.0.1) stable; urgency=medium

* Revert " support for native string in signature for python 3"
*
*
* This reverts commit 3f303dbdfe72831833faa65056b2bdb3f303c86c.
* #3798 debian stretch - osetreni v ServerProxy_ServerProxy
* support for native string in signature for python 3
Expand Down
3 changes: 3 additions & 0 deletions python/setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[bdist_wheel]
universal = 1

2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def wrapper():
author_email = "[email protected]"

setup(
name="fastrpc",
name="python-fastrpc",
version=version,
author=author,
author_email=author_email,
Expand Down

0 comments on commit 007bacf

Please sign in to comment.