mirror of
https://github.com/servo/servo.git
synced 2025-07-28 09:40:33 +01:00
Remove no longer needed Python dependencies
See the parent commit for more information why these were removed tl;dr: these dependencies should now get installed by pip in a virtualenv
This commit is contained in:
parent
33f78314d9
commit
b327e9b595
45 changed files with 0 additions and 5758 deletions
|
@ -1,14 +0,0 @@
|
|||
from distutils.core import setup
|
||||
|
||||
with open("README.rst") as readmefile:
|
||||
readme = readmefile.read()
|
||||
setup(name='toml',
|
||||
version='0.8.2',
|
||||
description="Python Library for Tom's Obvious, Minimal Language",
|
||||
author="Uiri Noyb",
|
||||
author_email="uiri@xqz.ca",
|
||||
url="https://github.com/uiri/toml",
|
||||
py_modules=['toml'],
|
||||
license="License :: OSI Approved :: MIT License",
|
||||
long_description=readme,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue