Skip to content

Commit

Permalink
Merge pull request #291 from ianhi/packaging
Browse files Browse the repository at this point in the history
Misc packaging fixes
  • Loading branch information
marimeireles committed Dec 1, 2021
2 parents 3830051 + 143a80c commit 2547313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Expand Up @@ -10,8 +10,8 @@ include tsconfig.json
include package.json
include webpack.config.js

recursive-include ipycytoscape/nbextension/*
recursive-include ipycytoscape/labextension/*
graft ipycytoscape/nbextension
graft ipycytoscape/labextension

# Documentation
graft docs
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Expand Up @@ -16,7 +16,6 @@
install_npm,
ensure_targets,
combine_commands,
ensure_python,
get_version,
)

Expand All @@ -28,9 +27,6 @@

HERE = os.path.dirname(os.path.abspath(__file__))

# Ensure a valid python version
ensure_python(">=3.4")

# Get our version
version = get_version(path.join(name, "_version.py"))

Expand Down

0 comments on commit 2547313

Please sign in to comment.