renamed the package for import purposes
This commit is contained in:
parent
cba554561f
commit
d29ebeb7d6
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021 Daniil Fajnberg
|
||||
Copyright (c) 2022 Daniil Fajnberg
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = webutils-df
|
||||
version = 0.0.6
|
||||
version = 0.1.1
|
||||
author = Daniil F.
|
||||
author_email = mail@placeholder123.to
|
||||
description = Miscellaneous web utilities
|
||||
@ -8,7 +8,7 @@ long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://git.fajnberg.de/daniil/webutils-df
|
||||
project_urls =
|
||||
Bug Tracker = https://github.com/daniil-berg/webutils-df/issues
|
||||
Bug Tracker = https://git.fajnberg.de/daniil/webutils-df/issues
|
||||
classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
License :: OSI Approved :: MIT License
|
||||
|
@ -1,4 +1,5 @@
|
||||
from .util import (
|
||||
in_async_session,
|
||||
attempt,
|
||||
gather_in_batches
|
||||
)
|
Loading…
Reference in New Issue
Block a user