Skip to content

Commit df6ab26

Browse files
committed
Initial commit (package coming during weekend)
0 parents  commit df6ab26

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

README.md

Whitespace-only changes.

pyproject.toml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[tool.poetry]
2+
name = "vcscli"
3+
version = "0.0.1a0"
4+
description = ""
5+
authors = ["Tony Narlock <[email protected]>"]
6+
readme = "README.md"
7+
classifiers = [
8+
"Development Status :: 4 - Beta",
9+
"License :: OSI Approved :: MIT License",
10+
"Environment :: Web Environment",
11+
"Intended Audience :: Developers",
12+
"Operating System :: POSIX",
13+
"Operating System :: MacOS :: MacOS X",
14+
"Programming Language :: Python",
15+
"Programming Language :: Python :: 3",
16+
"Programming Language :: Python :: 3.7",
17+
"Programming Language :: Python :: 3.8",
18+
"Programming Language :: Python :: 3.9",
19+
"Programming Language :: Python :: 3.10",
20+
"Topic :: Utilities",
21+
"Topic :: System :: Shells",
22+
]
23+
24+
25+
[tool.poetry.dependencies]
26+
python = "^3.7"
27+
28+
29+
[build-system]
30+
requires = ["poetry-core"]
31+
build-backend = "poetry.core.masonry.api"

src/vcscli/__init__.py

Whitespace-only changes.

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)