Go back to old build setup to fix import error
This commit is contained in:
parent
2052ff6da0
commit
434e6a9457
|
@ -2,23 +2,3 @@
|
|||
requires = ['setuptools>=42']
|
||||
build-backend = 'setuptools.build_meta'
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["twnet_parser"]
|
||||
|
||||
[project]
|
||||
name = "twnet_parser"
|
||||
version = "0.3.1"
|
||||
authors = [
|
||||
{name = "ChillerDragon", email = "chillerdragon@gmail.com"},
|
||||
]
|
||||
description = "A teeworlds network protocol library, designed according to sans I/O (http://sans-io.readthedocs.io/) principles"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
"License :: OSI Approved :: BSD License",
|
||||
"Natural Language :: English",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3"
|
||||
]
|
||||
dependencies = []
|
||||
|
|
22
setup.cfg
Normal file
22
setup.cfg
Normal file
|
@ -0,0 +1,22 @@
|
|||
[metadata]
|
||||
name = twnet_parser
|
||||
version = 0.3.1
|
||||
author = ChillerDragon
|
||||
author_email = chillerdragon@gmail.com
|
||||
description = A teeworlds network protocol library, designed according to sans I/O (http://sans-io.readthedocs.io/) principles
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://gitlab.com/teeworlds-network/twnet_parser
|
||||
license = BSD-2.0
|
||||
project_urls =
|
||||
Bug Tracker = https://gitlab.com/teeworlds-network/twnet_parser/-/issues
|
||||
repository = https://gitlab.com/teeworlds-network/twnet_parser
|
||||
classifiers =
|
||||
Development Status :: 3 - Alpha
|
||||
Programming Language :: Python :: 3
|
||||
License :: OSI Approved :: BSD License
|
||||
Operating System :: OS Independent
|
||||
|
||||
[files]
|
||||
packages = twnet_parser
|
||||
|
Loading…
Reference in a new issue