chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="nsys",
|
||||
version="0.0.1",
|
||||
entry_points={"console_scripts": ["nsys=nsys_fake:run"]},
|
||||
)
|
||||
Reference in New Issue
Block a user