Skip to content

Commit d81a24a

Browse files
committed
move sources into src/
1 parent b56fd26 commit d81a24a

14 files changed

+2
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ universal = 1
88
[versioneer]
99
VCS = git
1010
style = pep440
11-
versionfile_source = ecdsa/_version.py
11+
versionfile_source = src/ecdsa/_version.py
1212
versionfile_build = ecdsa/_version.py
1313
tag_prefix = python-ecdsa-
1414
parentdir_prefix = ecdsa-

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def do(setup_statements, statement):
7676
author_email="[email protected]",
7777
url="http://github.com/warner/python-ecdsa",
7878
packages=["ecdsa"],
79+
package_dir={"": "src"},
7980
license="MIT",
8081
cmdclass=commands,
8182
classifiers=[
File renamed without changes.
File renamed without changes.
File renamed without changes.

ecdsa/der.py src/ecdsa/der.py

File renamed without changes.

ecdsa/ecdsa.py src/ecdsa/ecdsa.py

File renamed without changes.
File renamed without changes.

ecdsa/keys.py src/ecdsa/keys.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

ecdsa/six.py src/ecdsa/six.py

File renamed without changes.
File renamed without changes.

ecdsa/util.py src/ecdsa/util.py

File renamed without changes.

0 commit comments

Comments
 (0)