mirror of
https://github.com/yawaflua/Minecraft_server_creating-BETA-.git
synced 2025-12-10 12:29:26 +02:00
Create setup.py
This commit is contained in:
14
setup.py
Normal file
14
setup.py
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
from setuptools import setup
|
||||||
|
|
||||||
|
from my_pip_package import __version__
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name='minecraft_server_installer',
|
||||||
|
version=__version__,
|
||||||
|
|
||||||
|
url='https://github.com/YaFlay/Minecraft_server_creating',
|
||||||
|
author='Dima YaFlay',
|
||||||
|
author_email='yaflay@vk.com',
|
||||||
|
|
||||||
|
py_modules=['minecraft_server_installer'],
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user