[Pkg-privacy-commits] [pyptlib] 57/136: Improve setup.py.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:25:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository pyptlib.
commit 828d3d6d3dc4f4aaa4c8e1e3d92754f337879b18
Author: George Kadianakis <desnacked at riseup.net>
Date: Tue Oct 23 01:26:26 2012 +0300
Improve setup.py.
Windows don't like slashes in the end of directory names.
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index e296c6a..c4b86e1 100644
--- a/setup.py
+++ b/setup.py
@@ -24,6 +24,6 @@ setup(name='pyptlib',
],
keywords='cryptography privacy internet',
license='BSD',
- package_dir={'pyptlib': 'pyptlib/'},
+ package_dir={'pyptlib': 'pyptlib'},
packages=['pyptlib'],
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pyptlib.git
More information about the Pkg-privacy-commits
mailing list