mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-20 19:59:26 +00:00
Mostly just updating libraries, removing string encoding/decoding, fixing some edge cases. No new functionality was added in this commit.
7 lines
104 B
Python
7 lines
104 B
Python
import setuptools
|
|
setuptools.setup(
|
|
name="my-test-package",
|
|
version="1.0",
|
|
zip_safe=True,
|
|
)
|