Skip to content

Commit 2f70c84

Browse files
Testing 1.0.4
1 parent bec330d commit 2f70c84

File tree

6 files changed

+11
-2
lines changed

6 files changed

+11
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include LICENSE
22
include README.md
33
recursive-include drf_api_logger/static *
4-
recursive-include drf_api_logger/templates *
4+
recursive-include drf_api_logger/templates *
5+
global-exclude *.pyc
File renamed without changes.

dist/drf_api_logger-1.0.4.tar.gz

24.7 KB
Binary file not shown.

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build-system]
2+
requires = [
3+
"setuptools>=42",
4+
"wheel"
5+
]

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[metadata]
2+
3+
license_file = LICENSE

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
def get_long_desc():
17-
with open("README.rst", "r") as fh:
17+
with open("README.md", "r") as fh:
1818
long_description = fh.read()
1919
return long_description
2020

0 commit comments

Comments
 (0)