Skip to content

Commit

Permalink
๐Ÿ› 2.0.97
Browse files Browse the repository at this point in the history
Signed-off-by: Ludy87 <Ludy87@users.noreply.github.com>
  • Loading branch information
Ludy87 committed Jun 3, 2022
1 parent 9465e96 commit 19acf7c
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
version = config["dummy_section"]["VERSION"].strip('"')

setuptools.setup(
name="pyxplora_api-Ludy87",
name="pyxplora_api",
version=version,
author="Ludy87",
author_email="android@astra-g.org",
Expand All @@ -25,7 +25,8 @@
project_urls={
"Bug Tracker": "https://github.com/Ludy87/pyxplora_api/issues",
},
packages=setuptools.find_packages(),
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
classifiers=[
"Development Status :: 4 - Beta",
"Programming Language :: Python",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 19acf7c

Please sign in to comment.