pull/2/head
yhtiyar 2021-10-28 18:17:56 +03:00
rodzic 4296ef7d35
commit d11e0b6511
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -29,5 +29,7 @@ setup(
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Libraries",
],
url="https://github.com/bugout-dev/testnet.bash",
python_requires=">=3.6",
url="https://github.com/bugout-dev/centipede/",
entry_points={"console_scripts": ["centipede=centipede.cli:main"]},
)