diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index fed528d..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,3 +0,0 @@ -[build-system] -requires = ["setuptools"] -build-backend = "setuptools.build_meta" diff --git a/setup.py b/setup.py deleted file mode 100644 index 84d25ca..0000000 --- a/setup.py +++ /dev/null @@ -1,16 +0,0 @@ -import setuptools -setuptools.setup( - name='desmos-sync', - version='0.1', - author='Ryan Marina', - description='synchronize Desmos expressions between the local filesystem and the web calculator', - packages=["desmossync"], - entry_points = { - "console-scripts": [ "desmos-sync=desmossync.cli.entry" ] - }, - install_requires=[ - 'setuptools', - 'websockets', - 'watchdog' - ] -) \ No newline at end of file