Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

Commit a6b7db6

Browse files
committed
remove outdated PushDocCommand
1 parent f6be5a1 commit a6b7db6

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

setup.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
from setuptools import setup, find_packages, Command
22
import os
33

4-
class PushDocCommand(Command):
5-
description = "uploads the documentation to m-labs.hk"
6-
user_options = []
7-
def initialize_options(self):
8-
pass
9-
def finalize_options(self):
10-
pass
11-
def run(self):
12-
os.system("rsync -avz doc/_build/html/ shell.serverraum.org:~/web/m-labs.hk/pythonparser")
13-
144
setup(
155
name="pythonparser",
166
version="1.3",
@@ -29,5 +19,4 @@ def run(self):
2919
package_data={},
3020
ext_modules=[],
3121
entry_points={},
32-
cmdclass={"push_doc":PushDocCommand}
3322
)

0 commit comments

Comments
 (0)