Skip to content

Commit

Permalink
version.py moved
Browse files Browse the repository at this point in the history
  • Loading branch information
cengwins committed Jan 17, 2022
1 parent 9502f7e commit 4835bde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
13 changes: 0 additions & 13 deletions ahc/ahcversion.py

This file was deleted.

4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
from setuptools import setup, find_packages

from ahc.ahcversion import __version__


with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

setup(
name="adhoccomputing",
version=__version__,
version=1.2.0,
author="Ertan Onur",
author_email="[email protected]",
description="A small example package",
Expand Down

0 comments on commit 4835bde

Please sign in to comment.