Skip to content

Commit

Permalink
rename package and confirm upload
Browse files Browse the repository at this point in the history
  • Loading branch information
phiarchitect committed Apr 8, 2022
1 parent cf03f25 commit 436655d
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
long_description = fh.read()

setuptools.setup(
name="geometor-explorer",
version="0.0.1",
name="geometor",
version="0.0.2",
author="phi ARCHITECT",
author_email="[email protected]",
description="model, render & analyze complex geometric constructions",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://geometor.github.io/geomentor-explorer",
project_urls={
"COde": "https://github.com/geometor/geometor-explorer",
"Code": "https://github.com/geometor/geometor-explorer",
},
classifiers=[
"Programming Language :: Python :: 3",
Expand All @@ -23,4 +23,5 @@
package_dir={"": "."},
packages=setuptools.find_packages(where="."),
python_requires=">=3.9",
install_requires=['sympy', 'matplotlib']
)

0 comments on commit 436655d

Please sign in to comment.