File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version = "0.13.0a2 "
1+ version = "0.13.0a3.dev0 "
Original file line number Diff line number Diff line change 88long_description = (here / "README.md" ).read_text (encoding = "utf-8" )
99
1010
11- def local_scheme (version ):
12- return ""
13-
14-
1511setup (
1612 name = "pyedgeconnect" ,
1713 use_scm_version = {
18- "local_scheme" : local_scheme ,
14+ "local_scheme" : "no-local-version" ,
1915 "write_to" : "_version.py" ,
2016 "write_to_template" : 'version = "{version}"\n ' ,
2117 },
@@ -31,7 +27,7 @@ def local_scheme(version):
3127 "Development Status :: 3 - Alpha" ,
3228 "Intended Audience :: Information Technology" ,
3329 "Intended Audience :: System Administrators" ,
34- "Intended Audience :: Telecommunications Industry"
30+ "Intended Audience :: Telecommunications Industry" ,
3531 "Topic :: System :: Networking" ,
3632 "License :: OSI Approved :: MIT License" ,
3733 "Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments