mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-21 18:23:35 +00:00
7 lines
104 B
Python
7 lines
104 B
Python
import setuptools
|
|
setuptools.setup(
|
|
name="my-test-package",
|
|
version="1.0",
|
|
zip_safe=True,
|
|
)
|