Skip to content

Commit 7433ee3

Browse files
committed
fix: Change directory structure for pypi
1 parent 80538f3 commit 7433ee3

21 files changed

+3
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ dist/
1616
downloads/
1717
eggs/
1818
.eggs/
19-
lib/
2019
lib64/
2120
parts/
2221
sdist/

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = rmqrcode
3-
version = 0.0.1
3+
version = 0.0.5
44
author = Takahiro Tomita
55
author_email = [email protected]
66
description = An rMQR Code Generetor
@@ -14,9 +14,9 @@ classifiers =
1414

1515
[options]
1616
package_dir =
17-
= rmqrcode
17+
= src
1818
packages = find:
1919
python_requires = >=3.6
2020

2121
[options.packages.find]
22-
where = rmqrcode
22+
where = src

src/rmqrcode/encoder/__init__.py

Whitespace-only changes.

src/rmqrcode/enums/__init__.py

Whitespace-only changes.

src/rmqrcode/format/__init__.py

Whitespace-only changes.
File renamed without changes.

0 commit comments

Comments
 (0)