6 changed files with 20 additions and 2 deletions
@ -1,3 +1,3 @@
|
||||
# vultron |
||||
|
||||
High-vultage API client for the vultrtual cloud. |
||||
High-vultage API client for the vultrtual cloud. |
||||
|
@ -0,0 +1,3 @@
|
||||
[build-system] |
||||
build-backend = "setuptools.build_meta" |
||||
requires = ["setuptools", "wheel"] |
@ -0,0 +1,10 @@
|
||||
[metadata] |
||||
name = vultron |
||||
version = 0.1.0 |
||||
|
||||
[options] |
||||
packages = vultron |
||||
|
||||
[options.entry_points] |
||||
console_scripts = |
||||
vultron = vultron.vultron:main |
Loading…
Reference in new issue