mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-25 06:10:52 +00:00
edited gitignore and setup.py
This commit is contained in:
parent
eda5ee66e0
commit
87c4e3cdcd
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,6 +20,7 @@ wheels/
|
|||||||
*.egg-info/
|
*.egg-info/
|
||||||
.installed.cfg
|
.installed.cfg
|
||||||
*.egg
|
*.egg
|
||||||
|
setup.py
|
||||||
MANIFEST
|
MANIFEST
|
||||||
|
|
||||||
# Unit test / coverage reports
|
# Unit test / coverage reports
|
||||||
|
4
setup.py
4
setup.py
@ -4,7 +4,7 @@ from setuptools import setup, find_packages
|
|||||||
HERE = pathlib.Path(__file__).parent
|
HERE = pathlib.Path(__file__).parent
|
||||||
|
|
||||||
|
|
||||||
VERSION = '0.6'
|
VERSION = '1.0.1'
|
||||||
PACKAGE_NAME = 'obsstudio_sdk'
|
PACKAGE_NAME = 'obsstudio_sdk'
|
||||||
AUTHOR = 'Adem Atikturk'
|
AUTHOR = 'Adem Atikturk'
|
||||||
AUTHOR_EMAIL = 'aatikturk@gmail.com'
|
AUTHOR_EMAIL = 'aatikturk@gmail.com'
|
||||||
@ -22,7 +22,7 @@ INSTALL_REQUIRES = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
# Python version requirement
|
# Python version requirement
|
||||||
PYTHON_REQUIRES = '>=3'
|
PYTHON_REQUIRES = '>=3.11'
|
||||||
|
|
||||||
setup(name=PACKAGE_NAME,
|
setup(name=PACKAGE_NAME,
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
|
Loading…
Reference in New Issue
Block a user