Revomed redundant version number constant
This commit is contained in:
parent
fa24e56662
commit
a891f9bf51
3
setup.py
3
setup.py
|
@ -1,12 +1,13 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import setuptools
|
import setuptools
|
||||||
|
import torch_agent
|
||||||
|
|
||||||
with open("README.md", "r") as fh:
|
with open("README.md", "r") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="torch-agent",
|
name="torch-agent",
|
||||||
version="0.0.1",
|
version=torch_agent.__version__,
|
||||||
author="B.J. Dweck",
|
author="B.J. Dweck",
|
||||||
author_email="bjdweck@gmail.com",
|
author_email="bjdweck@gmail.com",
|
||||||
description="TORch: Iluminate the Way to your Node",
|
description="TORch: Iluminate the Way to your Node",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user