File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 2929# #
3030################################################################################
3131
32- import glob
3332import setuptools
3433
3534setuptools .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" ,
You can’t perform that action at this time.
0 commit comments