Skip to content

Commit 0b7ec95

Browse files
authored
Add files via upload
1 parent f438b2b commit 0b7ec95

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

setup.py

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,17 @@
2929
# #
3030
################################################################################
3131

32-
import glob
3332
import setuptools
3433

3534
setuptools.setup(
36-
name = "mcbe_data",
37-
packages = ["mcbe_data"],
38-
data_files = [("mcbe_data/data", glob.glob("mcbe_data/data/*.json"))],
39-
include_package_data = True,
40-
version = "0.1",
35+
name = "binary_utils",
36+
packages = ["binary_utils"],
37+
version = "1.2",
4138
license = "MIT",
42-
description = "Podrum's mcbe Data.",
39+
description = "Podrum's Binary Utilities.",
4340
author = "Podrum",
44-
url = "https://github.com/Podrum/mcbe_data",
45-
keywords = ["mcbe", "data", "python3"],
41+
url = "https://github.com/Podrum/binary_utils",
42+
keywords = ["utils", "binary", "python3"],
4643
classifiers = [
4744
"Development Status :: 5 - Production/Stable",
4845
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)