Skip to content

Commit

Permalink
Revert ""Update setup.py: update version number and remove find\_pack…
Browse files Browse the repository at this point in the history
…ages""

This reverts commit f5d3cf2.
  • Loading branch information
kunle009 committed May 13, 2024
1 parent f5d3cf2 commit d50d728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
23 changes: 0 additions & 23 deletions docs/examples.rst

This file was deleted.

8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup
from setuptools import setup, find_packages
import os


Expand All @@ -11,12 +11,12 @@

setup(
name="FoundationDesign",
packages = ['FoundationDesign'],
version="0.0.8",
packages=find_packages("FoundationDesign"),
version="0.0.7",
author="Kunle Yusuf",
author_email="[email protected]",
description="A python module for structural analysis and design of different foundation types in accordance to the Eurocodes",
url="https://github.com/kunle009/FoundationDesign",
url = 'https://github.com/kunle009/FoundationDesign',
long_description=long_description,
long_description_content_type="text/markdown",
classifiers=[
Expand Down

0 comments on commit d50d728

Please sign in to comment.