Skip to content

Commit

Permalink
Re-organize project folder structure and allow to distribute it as a …
Browse files Browse the repository at this point in the history
…Python package
  • Loading branch information
yp committed Jul 2, 2015
1 parent 7387013 commit 366b7bd
Show file tree
Hide file tree
Showing 20 changed files with 1,545 additions and 563 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@ build/*
bin/*
lib/*
website/

# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg
# Files for version extraction
/version.py
/VERSION
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,3 @@ add_subdirectory(src)
if (EXISTS "${MAINFOLDER}/include/${PROJECT_NAME}" AND IS_DIRECTORY "${MAINFOLDER}/include/${PROJECT_NAME}")
install(DIRECTORY "${MAINFOLDER}/include/${PROJECT_NAME}" DESTINATION "include")
endif (EXISTS "${MAINFOLDER}/include/${PROJECT_NAME}" AND IS_DIRECTORY "${MAINFOLDER}/include/${PROJECT_NAME}")

#
# Add Documentation Targets
#
include (DocumentationTargets)
257 changes: 0 additions & 257 deletions Doxyfile

This file was deleted.

14 changes: 14 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
include AUTHORS
include COPYING
include README
include VERSION
include logging.conf
include CMakeLists.txt
include CMakeOptions.txt
include Makefile
recursive-include docs *
recursive-include include *
recursive-include solver *
recursive-include src *
recursive-include thirdparty *
recursive-include tools *
1 change: 1 addition & 0 deletions README
2 changes: 0 additions & 2 deletions configure

This file was deleted.

Loading

0 comments on commit 366b7bd

Please sign in to comment.