remove some vestigial packaging stuf; redo this later
This commit is contained in:
parent
ee93c4db4c
commit
2d64d09f24
|
@ -1,3 +0,0 @@
|
||||||
[build-system]
|
|
||||||
requires = ["setuptools"]
|
|
||||||
build-backend = "setuptools.build_meta"
|
|
16
setup.py
16
setup.py
|
@ -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'
|
|
||||||
]
|
|
||||||
)
|
|
Loading…
Reference in New Issue