Skip to content

Commit

Permalink
removed setup.py and requirements.txt as poetry will be where this in…
Browse files Browse the repository at this point in the history
…formation will live
  • Loading branch information
bharnden committed Jul 14, 2020
1 parent 7b3f934 commit 8c50d08
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 85 deletions.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ change-files:
$(call change-files,gui/core-gui)
$(call change-files,daemon/core/constants.py)
$(call change-files,netns/setup.py)
$(call change-files,daemon/setup.py)

CORE_DOC_SRC = core-python-$(PACKAGE_VERSION)
.PHONY: doc
Expand Down
6 changes: 2 additions & 4 deletions daemon/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ distclean-local:
DISTCLEANFILES = Makefile.in

# files to include with distribution tarball
EXTRA_DIST = setup.py \
core \
EXTRA_DIST = core \
data \
doc/conf.py.in \
examples \
Expand All @@ -34,5 +33,4 @@ EXTRA_DIST = setup.py \
setup.cfg \
MANIFEST.in \
poetry.lock \
pyproject.toml \
requirements.txt
pyproject.toml
2 changes: 1 addition & 1 deletion daemon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "core"
version = "6.6.0"
description = "CORE Common Open Research Emulator"
authors = ["Boeing Research & Technology"]
authors = ["Boeing Research and Technology"]
license = "BSD-2-Clause"
repository = "https://github.com/coreemu/core"
documentation = "https://coreemu.github.io/core/"
Expand Down
19 changes: 0 additions & 19 deletions daemon/requirements.txt

This file was deleted.

60 changes: 0 additions & 60 deletions daemon/setup.py.in

This file was deleted.

0 comments on commit 8c50d08

Please sign in to comment.