Initial commit

This commit is contained in:
2022-01-11 16:06:44 +01:00
commit 8b8b41a3ee
10 changed files with 81 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
[metadata]
name = drf-testutils
version = 0.0.1
author = Daniil
author_email = mail@placeholder123.to
description = Generalized unit test base classes for Django Rest Framework (DRF) endpoints
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.fajnberg.de/daniil/drf-testutils
project_urls =
Bug Tracker = https://git.fajnberg.de/daniil/drf-testutils/issues
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3
install_requires =
...
[options.extras_require]
dev =
coverage
[options.packages.find]
where = src